Failed Conditions
Pull Request — master (#1)
by
unknown
02:39 queued 14s
created
src/Filter/Booleans.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         }
44 44
 
45 45
         if (!is_string($value)) {
46
-            throw new FilterException('"' . var_export($value, true) . '" $value is not a string');
46
+            throw new FilterException('"'.var_export($value, true).'" $value is not a string');
47 47
         }
48 48
 
49 49
         $value = trim($value);
Please login to merge, or discard this patch.