Skip to content

Commit

Permalink
Merge pull request #498 from dannyvw/symfony-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 2, 2023
2 parents 05490c7 + b90c9c1 commit 94e6b0f
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 @@ -24,6 +24,9 @@ public function __construct(DependencyFactory $dependencyFactory, MigrationsFlat
$this->flattener = $migrationsFlattener;
}

/**
* @return void
*/
public function collect(Request $request, Response $response, \Throwable $exception = null)
{
if (!empty($this->data)) {
Expand Down

0 comments on commit 94e6b0f

Please sign in to comment.