@@ -211,10 +211,10 @@ |
||
211 | 211 | */ |
212 | 212 | public function countSubstr($substring, $caseSensitive = true) |
213 | 213 | { |
214 | - if (!isset($this->scalarString[0])) |
|
215 | - { |
|
216 | - return 0; |
|
217 | - } |
|
214 | + if (!isset($this->scalarString[0])) |
|
215 | + { |
|
216 | + return 0; |
|
217 | + } |
|
218 | 218 | |
219 | 219 | if ($caseSensitive) |
220 | 220 | { |