Skip to content

Commit ac8bb0d

Browse files
committed
add type declaration to suspend the deprecated info message
1 parent 44b29c1 commit ac8bb0d

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)