Skip to content

Commit 25bc94d

Browse files
samdarkStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 63acb32 commit 25bc94d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MiddlewareFactoryInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ interface MiddlewareFactoryInterface
1515
* are automatically injected using dependency injection container passed to the route.
1616
* Current request and handler could be obtained by type-hinting for {@see ServerRequestInterface}
1717
* and {@see RequestHandlerInterface}.
18+
*
1819
* @return MiddlewareInterface
1920
*/
2021
public function create($middlewareDefinition): MiddlewareInterface;

0 commit comments

Comments
 (0)