Passed
Branch master (bc4842)
by Victor
04:09
created
Category
src/String.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.