Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
fixed doc type-hinting (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu authored and CapMousse committed Sep 6, 2017
1 parent 1c04303 commit 95646e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Route.php
Expand Up @@ -57,7 +57,7 @@ public function __construct ($method, $uri, $action)
/**
* Create a new filter for current route
*
* @param String $param parameter to filter
* @param String|array $param parameter to filter
* @param String $filter regexp to execute
*
* @return void
Expand Down

0 comments on commit 95646e2

Please sign in to comment.