Skip to content

Commit b21d0af

Browse files
committed
Merge pull request #162 from lucchese/patch-3
Added docblocks
2 parents 326504a + 6362cc7 commit b21d0af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Command/DoctrineCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ public static function configureMigrations(ContainerInterface $container, Config
8888
}
8989

9090
/**
91+
* @param ContainerInterface $container
92+
* @param array $versions
93+
*
9194
* Injects the container to migrations aware of it
9295
*/
9396
private static function injectContainerToMigrations(ContainerInterface $container, array $versions)

0 commit comments

Comments
 (0)