Skip to content

Commit

Permalink
Remove incorrect return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 24, 2018
1 parent 97a0c8e commit d02e313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/PluginInterface.php
Expand Up @@ -89,7 +89,7 @@ public function middleware($middleware);
* can override this method to replace that behavior.
*
* @param \Cake\Routing\RouteBuilder $routes The route builder to update.
* @return \Cake\Routing\RouteBuilder
* @return void
*/
public function routes($routes);

Expand Down

0 comments on commit d02e313

Please sign in to comment.