Skip to content

Commit c0522e7

Browse files
committed
Remove return void PHPDoc in test
1 parent 34597e8 commit c0522e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/ManagerRegistryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public function testResetServiceWillNotNestFurtherLazyServicesWithinEachOther()
9595
self::assertNotInstanceOf(ValueHolderInterface::class, $wrappedValue);
9696
}
9797

98-
/** @return void */
9998
private function dumpLazyServiceProjectAsFilesServiceContainer()
10099
{
101100
if (class_exists(\LazyServiceProjectAsFilesServiceContainer::class, false)) {

0 commit comments

Comments
 (0)