Failed Conditions
Pull Request — master (#1)
by Yo
01:55
created
src/Yoanm/DefaultPhpRepository/Helper/TemplateHelper.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -71,6 +71,7 @@
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * @param string $templateFilePath
74
+     * @param string $outputDir
74 75
      *
75 76
      * @return string
76 77
      */
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     public function __construct(array $variableList, array $extraTemplatePath = [])
26 26
     {
27 27
         $this->variableList = $variableList;
28
-        foreach($this->variableList as $variableId => $variableValue) {
28
+        foreach ($this->variableList as $variableId => $variableValue) {
29 29
             $variableId = sprintf('%%%s%%', $variableId);
30 30
             $this->variableNameList[$variableId] = $variableId;
31 31
         }
Please login to merge, or discard this patch.