Skip to content

Commit

Permalink
Remove unused call to ReflectionProperty::setAccessible
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Setter <[email protected]>
  • Loading branch information
settermjd committed Dec 14, 2024
1 parent ed56555 commit 5855a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ServiceManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ public function testDuplicateDelegatorsAreRemoved(): void
];
$serviceManager = new ServiceManager($dependencies);
$property = new ReflectionProperty(ServiceManager::class, "delegators");
$property->setAccessible(true);
$delegators = $property->getValue($serviceManager);

Check failure on line 388 in test/ServiceManagerTest.php

View workflow job for this annotation

GitHub Actions / ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
self::assertSame(
[
Expand Down

0 comments on commit 5855a09

Please sign in to comment.