@@ -4,7 +4,7 @@ discard block |
||
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 |
||
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, |