Skip to content

Commit

Permalink
Removing unrelated parameter in comment
Browse files Browse the repository at this point in the history
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
  • Loading branch information
agarzon committed Oct 21, 2014
1 parent 62f392a commit 09ebb8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Controller/PagesController.php
Expand Up @@ -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.
Expand Down

0 comments on commit 09ebb8b

Please sign in to comment.