@@ -116,7 +116,7 @@ |
||
| 116 | 116 | if (is_null($str)) { |
| 117 | 117 | throw new \InvalidArgumentException('Argument is null instead of string!'); |
| 118 | 118 | } |
| 119 | - return (bool)mb_strpos($this->value, $str); |
|
| 119 | + return (bool) mb_strpos($this->value, $str); |
|
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | /** |