Skip to content

Commit e383b03

Browse files
authored
Update PipelineFactoryInterface.php
1 parent ae485d9 commit e383b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PipelineFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ interface PipelineFactoryInterface
1616
* @param RequestHandlerInterface|null $handler
1717
* @return PipelineInterface
1818
*/
19-
public function make(?array $middleware = [], RequestHandlerInterface $handler = null): PipelineInterface ;
19+
public function make(?array $middleware = [], ?RequestHandlerInterface $handler = null): PipelineInterface ;
2020
}

0 commit comments

Comments
 (0)