Passed
Push — master ( 3ca966...bbe27c )
by Zing
15:44 queued 09:09
created
src/Filter.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
     protected function castValue($value)
117 117
     {
118 118
         $cast = $this->getCast();
119
-        if (! \is_string($value)) {
119
+        if (!\is_string($value)) {
120 120
             return $value;
121 121
         }
122 122
 
Please login to merge, or discard this patch.