Skip to content

Commit c21c0ca

Browse files
committed
fixed phpdocs
1 parent 36590ec commit c21c0ca

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)