Skip to content

Commit

Permalink
Property type decalration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored and sebastianbergmann committed Nov 27, 2017
1 parent bc95dfe commit ad12c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/TestSuite.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class PHPUnit_Framework_TestSuite implements PHPUnit_Framework_Test, PHPUnit_Fra
private $iteratorFilter = null;

/**
* @var array
* @var string[]
*/
private $declaredClasses;

Expand Down

0 comments on commit ad12c6a

Please sign in to comment.