Completed
Branch master (bee24e)
by Vadim
13:53
created
src/Controller/TemplateController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
         );
38 38
     }
39 39
 
40
+    /**
41
+     * @param string $destination
42
+     */
40 43
     protected function getTemplatePath($templateName, $templates, $console, $destination, $variables)
41 44
     {
42 45
         if (array_key_exists($templateName, $templates)) {
Please login to merge, or discard this patch.