Completed
Pull Request — master (#9)
by
unknown
05:22
created
Translator.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
         $paramPrefix = 'p';
185 185
         if(!empty($this->currentParams) && $this->paramsCount < count($this->currentParams) ){
186 186
             $this->paramsCount = count($this->currentParams) +1;
187
-        }else{
187
+        } else{
188 188
             $this->paramsCount = $this->paramsCount + 1;
189 189
         }
190 190
         return $paramPrefix.$this->paramsCount;
Please login to merge, or discard this patch.