Skip to content

Commit

Permalink
Merge pull request #2664 from adriansuter/patch-2
Browse files Browse the repository at this point in the history
Fix typon in InvocationStrategyInterface docblock
  • Loading branch information
l0gicgate committed Apr 25, 2019
2 parents 9d7c23c + 73deb9d commit 2acddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Interfaces/InvocationStrategyInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface InvocationStrategyInterface
* @param callable $callable The callable to invoke using the strategy.
* @param ServerRequestInterface $request The request object.
* @param ResponseInterface $response The response object.
* @param array $routeArguments The route's placholder arguments
* @param array $routeArguments The route's placeholder arguments
*
* @return ResponseInterface|string The response from the callable.
*/
Expand Down

0 comments on commit 2acddab

Please sign in to comment.