Skip to content

Commit b90c9c1

Browse files
authored
Added type declaration to MigrationsCollector::collect()
1 parent 05490c7 commit b90c9c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Collector/MigrationsCollector.php

Lines changed: 3 additions & 0 deletions
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)