Passed
Pull Request — master (#166)
by Zing
07:03
created
src/Filter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
     {
120 120
         $cast = $this->getCast();
121 121
 
122
-        if (! is_string($value) || $cast === CastType::STRING) {
122
+        if (!is_string($value) || $cast === CastType::STRING) {
123 123
             return $value;
124 124
         }
125 125
         $callback = function ($value) use ($cast) {
Please login to merge, or discard this patch.