From 4e171c7e8063d729d5c3678ca783d9a5a26194ff Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 31 Mar 2016 18:16:13 -0600 Subject: [PATCH] minor code fixes --- .../Cli/DevTools/components/plugin/blank/plugin.php.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/src/Grav/Console/Cli/DevTools/components/plugin/blank/plugin.php.twig b/system/src/Grav/Console/Cli/DevTools/components/plugin/blank/plugin.php.twig index 0e3f68525..662724518 100644 --- a/system/src/Grav/Console/Cli/DevTools/components/plugin/blank/plugin.php.twig +++ b/system/src/Grav/Console/Cli/DevTools/components/plugin/blank/plugin.php.twig @@ -46,6 +46,8 @@ class {{ component.name|camelize }}Plugin extends Plugin /** * Do some work for this event, full details of events can be found * on the learn site: http://learn.getgrav.org/plugins/event-hooks + * + * @param Event $e */ public function onPageContentRaw(Event $e) {