Skip to content

Commit

Permalink
Fix incorrect doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 16, 2014
1 parent b0e39c1 commit abeccff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Routing/RouteBuilder.php
Expand Up @@ -296,12 +296,6 @@ public function resources($name, $options = [], $callback = null) {
* See {@link ScopedRouteCollection::extensions()}.
* - `_method` Only match requests with specific HTTP verbs.
*
* You can also add additional conditions for matching routes to the $defaults array.
* The following conditions can be used:
*
* - `[type]` Only match requests for specific content types.
* - `[server]` Only match when $_SERVER['SERVER_NAME'] matches the given value.
*
* Example of using the `_method` condition:
*
* `$routes->connect('/tasks', array('controller' => 'Tasks', 'action' => 'index', '_method' => 'GET'));`
Expand Down

0 comments on commit abeccff

Please sign in to comment.