Fix documentation to match potential code
authorReedy <reedy@wikimedia.org>
Sat, 7 Apr 2012 19:21:29 +0000 (20:21 +0100)
committerReedy <reedy@wikimedia.org>
Sat, 7 Apr 2012 19:21:29 +0000 (20:21 +0100)
Change-Id: Ibaaa2e82777178d8b25a19c4bec7aaed0239a277

includes/PathRouter.php

index 29df4b4..9700b90 100644 (file)
@@ -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
+}