Completed
Push — master ( bf8eb4...b983ec )
by Simone
05:41 queued 02:35
created
src/Sensorario/Resources/Validators/Validators/RightType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
                 if (key($rule) == 'custom-validator') {
71 71
                     if ('email' != current($rule)) {
72 72
                         throw new \RuntimeException(
73
-                            'Oops! `'.key($rule).'` custom validator is not available. Only email are.'
73
+                            'Oops! `' . key($rule) . '` custom validator is not available. Only email are.'
74 74
                         );
75 75
                     }
76 76
 
Please login to merge, or discard this patch.