We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528115f commit 821dd96Copy full SHA for 821dd96
src/PHPFUI/PHPUnitSyntaxCoverage/Extensions.php
@@ -15,8 +15,8 @@
15
class ClassFinder extends \PhpParser\NodeVisitorAbstract
16
{
17
18
- private array $classes = [];
19
- private string $currentNamespace = '';
+ private $classes = [];
+ private $currentNamespace = '';
20
21
public function enterNode(\PhpParser\Node $node) : void
22
@@ -40,7 +40,7 @@ public function getClasses() : array
40
class Extensions extends \PHPUnit\Framework\TestCase implements \PHPUnit\Runner\Hook
41
42
43
- private static \PhpParser\Parser $parser;
+ private static $parser = null;
44
45
public static function setUpBeforeClass() : void
46
0 commit comments