Skip to content

Commit

Permalink
Rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 10, 2019
1 parent d5a2676 commit e7e7525
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Util/Annotation/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
use PHPUnit\Util\Exception;

/**
* Yes, this is a singleton registry. The reason why this can actually be a singleton
* without having kittens die is that reflection information (and therefore docblock
* information) is static within a single process.
* Reflection information, and therefore DocBlock information, is static within
* a single PHP process. It is therefore okay to use a Singleton registry here.
*
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*/
Expand Down

0 comments on commit e7e7525

Please sign in to comment.