Completed
Branch master (bee24e)
by Vadim
13:53
created
src/Controller/TemplateController.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Newage\Generators\Controller;
3 3
 
4 4
 use Zend\Mvc\Controller\AbstractActionController;
5
-use Zend\Console\ColorInterface as Color;
6 5
 
7 6
 class TemplateController extends AbstractActionController
8 7
 {
Please login to merge, or discard this patch.