Passed
Pull Request — master (#125)
by Zing
06:00
created
src/Filter.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
             return filter_var($value, FILTER_VALIDATE_INT);
127 127
         }
128 128
 
129
-        if ($cast === CastType::ARRAY) {
129
+        if ($cast === CastType::array) {
130 130
             return explode($this->delimiter, $value);
131 131
         }
132 132
 
Please login to merge, or discard this patch.