Skip to content

Commit 06fbb1f

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Fix parameter types for ProcessHelper::mustRun() Remove return void PHPDoc in test
2 parents b62fca0 + c0522e7 commit 06fbb1f

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)