Skip to content

Commit

Permalink
add type declaration to suspend the deprecated info message
Browse files Browse the repository at this point in the history
  • Loading branch information
vikbert committed Oct 3, 2021
1 parent 44b29c1 commit ac8bb0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Collector/MigrationsCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ public function collect(Request $request, Response $response, \Throwable $except
$this->data['namespaces'] = $configuration->getMigrationDirectories();
}

/**
* @return string
*/
public function getName()
{
return 'doctrine_migrations';
Expand Down

0 comments on commit ac8bb0d

Please sign in to comment.