From: Reedy Date: Sat, 7 Apr 2012 19:21:29 +0000 (+0100) Subject: Fix documentation to match potential code X-Git-Tag: 1.31.0-rc.0~23969^2 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=cea5c5937c972631a2c133f365027082710c0ae8;p=lhc%2Fweb%2Fwiklou.git Fix documentation to match potential code Change-Id: Ibaaa2e82777178d8b25a19c4bec7aaed0239a277 --- diff --git a/includes/PathRouter.php b/includes/PathRouter.php index 29df4b4ae5..9700b90a38 100644 --- a/includes/PathRouter.php +++ b/includes/PathRouter.php @@ -123,7 +123,7 @@ class PathRouter { /** * Add a new path pattern to the path router * - * @param $path string The path pattern to add + * @param $path string|array The path pattern to add * @param $params array The params for this path pattern * @param $options array The options for this path pattern */ @@ -348,4 +348,4 @@ class PathRouterPatternReplacer { } } -} \ No newline at end of file +}