Browse Source

Remove incorrect return type.

Mark Story 8 years ago
parent
commit
d02e3132a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/PluginInterface.php

+ 1 - 1
src/Core/PluginInterface.php

@@ -89,7 +89,7 @@ interface PluginInterface
      * 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);