Skip to content

Commit

Permalink
Fix doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Feb 5, 2015
1 parent 74b97c7 commit 3807a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ORM/Table.php
Expand Up @@ -573,7 +573,7 @@ public function behaviors()
* Check if a behavior with the given alias has been loaded.
*
* @param string $name The behavior alias to check.
* @return array
* @return bool
*/
public function hasBehavior($name)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Routing/RouteBuilder.php
Expand Up @@ -559,7 +559,7 @@ public function scope($path, $params, $callback = null)
*
* This is a shortcut method for connecting fallback routes in a given scope.
*
* @param string $routeClass the route class to use, uses the default routeClass
* @param string|null $routeClass the route class to use, uses the default routeClass
* if not specified
* @return void
*/
Expand Down

0 comments on commit 3807a2b

Please sign in to comment.