Browse Source

Fixing doc block

José Lorenzo Rodríguez 10 years ago
parent
commit
342d4c1f6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Controller/Controller.php

+ 1 - 1
src/Controller/Controller.php

@@ -589,7 +589,7 @@ class Controller implements EventListenerInterface, EventDispatcherInterface
     /**
      * Get the viewPath based on controller name and request prefix.
      *
-     * @return void
+     * @return string
      */
     protected function _viewPath()
     {