Skip to content

Commit 0cf75ee

Browse files
Merge branch '3.4' into 4.2
* 3.4: [PhpUnitBridge] fix running simple-phpunit on Windows fixed phpdocs
2 parents a52711d + c21c0ca commit 0cf75ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Command/AbstractConfigCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ protected function listBundles($output)
5252
}
5353
}
5454

55+
/**
56+
* @return ExtensionInterface
57+
*/
5558
protected function findExtension($name)
5659
{
5760
$bundles = $this->initializeBundles();

0 commit comments

Comments
 (0)