Skip to content

Commit 2cb708c

Browse files
authored
Merge pull request #442 from vikbert/explicit-return-to-suspend-deprecation-msg
add type declaration to suspend the deprecated info message
2 parents 44b29c1 + ac8bb0d commit 2cb708c

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
@@ -58,6 +58,9 @@ public function collect(Request $request, Response $response, \Throwable $except
5858
$this->data['namespaces'] = $configuration->getMigrationDirectories();
5959
}
6060

61+
/**
62+
* @return string
63+
*/
6164
public function getName()
6265
{
6366
return 'doctrine_migrations';

0 commit comments

Comments
 (0)