Skip to content

Commit 94e6b0f

Browse files
authored
Merge pull request #498 from dannyvw/symfony-deprecation
2 parents 05490c7 + b90c9c1 commit 94e6b0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Collector/MigrationsCollector.php

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ public function __construct(DependencyFactory $dependencyFactory, MigrationsFlat
2424
$this->flattener = $migrationsFlattener;
2525
}
2626

27+
/**
28+
* @return void
29+
*/
2730
public function collect(Request $request, Response $response, \Throwable $exception = null)
2831
{
2932
if (!empty($this->data)) {

0 commit comments

Comments
 (0)