Skip to content

Commit

Permalink
Merge pull request #57 from pine3ree/patch-1
Browse files Browse the repository at this point in the history
fix typo in php-doc block
  • Loading branch information
Ocramius committed May 29, 2023
2 parents 0ff632e + 70df0e2 commit bb5c543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RouteResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static function fromRouteFailure(?array $methods): self
*
* If the result represents a failure, it passes handling to the handler.
*
* Otherwise, it processes the composed middleware using the provide request
* Otherwise, it processes the composed middleware using the provided request
* and handler.
*/
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
Expand Down

0 comments on commit bb5c543

Please sign in to comment.