Passed
Push — master ( 72b6b4...b78bc9 )
by Bruno
14:01
created
util/makeValidator.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
 
5 5
 $shortopts = "v:p::t::";
6 6
 $longopts = array(
7
-    "validator:",     // Required value
7
+    "validator:", // Required value
8 8
     "namespace::",
9 9
     "path::",
10 10
     "test-path::"
@@ -17,8 +17,8 @@  discard block
 block discarded – undo
17 17
 
18 18
 $validator = $options['validator'];
19 19
 $namespace = $options['namespace'] ?? 'Formularium\\Validator';
20
-$path = $options['path'] ?? "Formularium/Validator/" ;
21
-$testpath = $options['testpath'] ?? "tests/Validator" ;
20
+$path = $options['path'] ?? "Formularium/Validator/";
21
+$testpath = $options['testpath'] ?? "tests/Validator";
22 22
 
23 23
 $code = \Formularium\ValidatorFactory::generate(
24 24
     $validator,
Please login to merge, or discard this patch.