@@ -50,7 +50,7 @@ |
||
50 | 50 | if (@settype($input, $type) === false) { |
51 | 51 | $err = error_get_last(); |
52 | 52 | throw new TransformationException( |
53 | - 'Rule SetType Error: input from "'.gettype($input).'" to "'.$type.'"'. PHP_EOL |
|
53 | + 'Rule SetType Error: input from "'.gettype($input).'" to "'.$type.'"'.PHP_EOL |
|
54 | 54 | . $err['message'] |
55 | 55 | ); |
56 | 56 | } |