Skip to content

Commit

Permalink
Merge pull request #442 from vikbert/explicit-return-to-suspend-depre…
Browse files Browse the repository at this point in the history
…cation-msg

add type declaration to suspend the deprecated info message
  • Loading branch information
greg0ire authored Oct 3, 2021
2 parents 44b29c1 + ac8bb0d commit 2cb708c
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 2cb708c

Please sign in to comment.