Commit 09e456d2 authored by Taylor Otwell's avatar Taylor Otwell

fix docblock.

parent 92e482de
...@@ -119,7 +119,7 @@ class Router { ...@@ -119,7 +119,7 @@ class Router {
* *
* <code> * <code>
* // Register a group of URIs for an action * // Register a group of URIs for an action
* Router::share(array('GET', '/'), array('POST', '/'), 'home@index'); * Router::share(array(array('GET', '/'), array('POST', '/')), 'home@index');
* </code> * </code>
* *
* @param array $routes * @param array $routes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment