Completed
Push — master ( dc8b78...3e2e6d )
by Rémi
02:00
created
src/Rule/Slugify.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
             $output = $slugify->slugify($input);
48 48
         } catch (\Exception $e) {
49 49
             throw new NotTransformableException(
50
-                'Rule Slugify: Unable to transform input (' . var_export($input, true) . ')'
50
+                'Rule Slugify: Unable to transform input ('.var_export($input, true).')'
51 51
             );
52 52
         }
53 53
 
Please login to merge, or discard this patch.