Skip to content

Commit 7ad6656

Browse files
authored
Merge pull request #447 from doctrine/3.1.x-merge-up-into-3.2.x_aZMwC0Pu
Merge release 3.1.2 into 3.2.x
2 parents fda5e69 + 2cb708c commit 7ad6656

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Collector/MigrationsCollector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ public function collect(Request $request, Response $response, \Throwable $except
6969
$this->data['namespaces'] = $configuration->getMigrationDirectories();
7070
}
7171

72+
/**
73+
* @return string
74+
*/
7275
public function getName()
7376
{
7477
return 'doctrine_migrations';

0 commit comments

Comments
 (0)