Skip to content

Commit 4954063

Browse files
committed
Added return void annotation to suppress deprecation warnings in Bundle::build()
1 parent 197dcc3 commit 4954063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DoctrineMigrationsBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*/
1515
class DoctrineMigrationsBundle extends Bundle
1616
{
17+
/** @return void */
1718
public function build(ContainerBuilder $container)
1819
{
1920
$container->addCompilerPass(new ConfigureDependencyFactoryPass());

0 commit comments

Comments
 (0)