Skip to content

Commit

Permalink
Merge pull request #499 from doctrine/3.2.x-merge-up-into-3.3.x_XD1F1yag
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 2, 2023
2 parents 02378aa + 94e6b0f commit bfb1e6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Collector/MigrationsCollector.php
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 bfb1e6b

Please sign in to comment.