Completed
Push — master ( 3d5f44...f7b332 )
by Chris
05:26 queued 05:24
created
src/Booleans.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     private static function validateAsString($value)
81 81
     {
82 82
         if (!is_string($value)) {
83
-            throw new FilterException('"' . var_export($value, true) . '" $value is not a string');
83
+            throw new FilterException('"'.var_export($value, true).'" $value is not a string');
84 84
         }
85 85
     }
86 86
 
Please login to merge, or discard this patch.