correct docstrings

This commit is contained in:
coderkun 2015-03-06 11:09:35 +01:00
commit 2c0e68b194
78 changed files with 275 additions and 62 deletions

View file

@ -74,7 +74,7 @@
* @throws ControllerNotValidException
* @throws ControllerNotFoundException
* @param Request $request Current request
* @param Response $respone Current response
* @param Response $response Current response
* @param Logger $log Log-system
*/
protected function __construct(\nre\core\Request $request, \nre\core\Response $response, \nre\core\Logger $log=null)