@@ -191,10 +191,10 @@ |
||
191 | 191 | } |
192 | 192 | |
193 | 193 | /** |
194 | - * |
|
195 | - * @param array $currentParams |
|
196 | - * @return \leandrogehlen\querybuilder\Translator |
|
197 | - */ |
|
194 | + * |
|
195 | + * @param array $currentParams |
|
196 | + * @return \leandrogehlen\querybuilder\Translator |
|
197 | + */ |
|
198 | 198 | public function setCurrentParams($currentParams) { |
199 | 199 | $this->currentParams = $currentParams; |
200 | 200 | } |
@@ -184,7 +184,7 @@ |
||
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; |