Completed
Push — master ( a092ab...299b88 )
by arto
05:43
created
source/Net/Bazzline/Component/Template/FileBasedTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
         $prefix     = $this->openingDelimiter;
73 73
         $suffix     = $this->closingDelimiter;
74 74
         $variables  = parent::getVariables();
75
-        $array      = array();  //@todo find a better name
75
+        $array      = array(); //@todo find a better name
76 76
 
77 77
         foreach ($variables as $key => $value) {
78 78
             $array[$prefix . $key . $suffix] = $value;
Please login to merge, or discard this patch.
source/Net/Bazzline/Component/Template/RuntimeContentBasedTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
         $prefix     = $this->openingDelimiter;
106 106
         $suffix     = $this->closingDelimiter;
107 107
         $variables  = parent::getVariables();
108
-        $array      = array();  //@todo find a better name
108
+        $array      = array(); //@todo find a better name
109 109
 
110 110
         foreach ($variables as $key => $value) {
111 111
             $array[$prefix . $key . $suffix] = $value;
Please login to merge, or discard this patch.