From 09ebb8baced1bab9a620a7cb3a6d865417f6201b Mon Sep 17 00:00:00 2001 From: Alexander Garzon Date: Tue, 21 Oct 2014 14:11:51 -0400 Subject: [PATCH] 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 --- app/Controller/PagesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Controller/PagesController.php b/app/Controller/PagesController.php index 5073f2e1a..97b782ac7 100644 --- a/app/Controller/PagesController.php +++ b/app/Controller/PagesController.php @@ -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.