Removing unrelated parameter in comment

That parameter doesn't exists in display() function (in fact is not a parameter) and is breaking the [CakePHP code standards]:https://github.com/cakephp/cakephp-codesniffer
This commit is contained in:
Alexander Garzon 2014-10-21 14:11:51 -04:00
parent 62f392a011
commit 09ebb8bace

View file

@ -40,7 +40,6 @@ class PagesController extends AppController {
/**
* Displays a view
*
* @param mixed What page to display
* @return void
* @throws NotFoundException When the view file could not be found
* or MissingViewException in debug mode.