@@ -7,7 +7,7 @@ |
||
| 7 | 7 | |
| 8 | 8 | protected function isStringNotNullOrEmpty($str) |
| 9 | 9 | { |
| 10 | - if(!$this->isStringNotNull($str)){ |
|
| 10 | + if (!$this->isStringNotNull($str)) { |
|
| 11 | 11 | return false; |
| 12 | 12 | } |
| 13 | 13 | if (empty(trim($str))) { |