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 a23c464 commit 6a7251cCopy full SHA for 6a7251c
tests/ProxyManagerTest/ProxyGenerator/Util/PublicScopeSimulatorTest.php
@@ -9,6 +9,7 @@
9
use Laminas\Code\Generator\PropertyGenerator;
10
use PHPUnit\Framework\TestCase;
11
use ProxyManager\ProxyGenerator\Util\PublicScopeSimulator;
12
+use ReflectionClass;
13
14
/**
15
* Tests for {@see \ProxyManager\ProxyGenerator\Util\PublicScopeSimulator}
@@ -277,7 +278,7 @@ public function testWillNotAttemptToGetParentClassWhenReflectionClassIsGivenUpfr
277
278
null,
279
280
- new \ReflectionClass(ArrayAccess::class)
281
+ new ReflectionClass(ArrayAccess::class)
282
)
283
);
284
}
0 commit comments