Skip to content

Commit 09e456d

Browse files
committed
fix docblock.
1 parent 92e482d commit 09e456d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/routing/router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static function secure($method, $route, $action)
119119
*
120120
* <code>
121121
* // Register a group of URIs for an action
122-
* Router::share(array('GET', '/'), array('POST', '/'), 'home@index');
122+
* Router::share(array(array('GET', '/'), array('POST', '/')), 'home@index');
123123
* </code>
124124
*
125125
* @param array $routes

0 commit comments

Comments
 (0)