8000 minor #44440 Remove return void PHPDoc in test (fancyweb) · symfony/symfony@c33a1fa · GitHub
[go: up one dir, main page]

Skip to content

Commit c33a1fa

Browse files
committed
minor #44440 Remove return void PHPDoc in test (fancyweb)
This PR was merged into the 4.4 branch. Discussion ---------- Remove return void PHPDoc in test | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - AFAIK we don't add them in tests and that's why the CI is not green on 6.0 and 6.1 (see https://github.com/symfony/symfony/runs/4405273301?check_suite_focus=true for example). Commits ------- 3c1c854 Remove return void PHPDoc in test
2 parents 2a1b2aa + 3c1c854 commit c33a1fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bridge/Doctrine/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)
0