Completed
Push — master ( 235565...8ee262 )
by Rémi
05:26
created
src/Rule/SetType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.