| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class MakeJsonSchemaRequestCommand extends GeneratorCommand |
||
| 8 | { |
||
| 9 | protected $name = 'make:json-request'; |
||
| 10 | |||
| 11 | protected $description = 'Create a new JSON Schema Request'; |
||
| 12 | |||
| 13 | protected $type = 'JsonSchemaRequest'; |
||
| 14 | |||
| 15 | 1 | protected function getStub() |
|
| 18 | } |
||
| 19 | |||
| 20 | 1 | protected function getDefaultNamespace($rootNamespace) |
|
| 23 | } |
||
| 24 | } |