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.