Skip to content

Commit 6a7251c

Browse files
committed
#642 imported symbol used in test (CS)
1 parent a23c464 commit 6a7251c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ProxyManagerTest/ProxyGenerator/Util/PublicScopeSimulatorTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Laminas\Code\Generator\PropertyGenerator;
1010
use PHPUnit\Framework\TestCase;
1111
use ProxyManager\ProxyGenerator\Util\PublicScopeSimulator;
12+
use ReflectionClass;
1213

1314
/**
1415
* Tests for {@see \ProxyManager\ProxyGenerator\Util\PublicScopeSimulator}
@@ -277,7 +278,7 @@ public function testWillNotAttemptToGetParentClassWhenReflectionClassIsGivenUpfr
277278
null,
278279
null,
279280
null,
280-
new \ReflectionClass(ArrayAccess::class)
281+
new ReflectionClass(ArrayAccess::class)
281282
)
282283
);
283284
}

0 commit comments

Comments
 (0)