@@ -43,7 +43,7 @@ |
||
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); |