| 1 | <?php |
||
| 19 | class ValidateFileCommand extends AbstractValidateCommand |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Configures the current command. |
||
| 23 | * |
||
| 24 | * @return void |
||
| 25 | */ |
||
| 26 | protected function configure() |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Load JSON definitions |
||
| 46 | * |
||
| 47 | * @param InputInterface $input Command input |
||
| 48 | * @return SplFileInfo[] |
||
| 49 | */ |
||
| 50 | protected function loadDefinitions(InputInterface $input) |
||
| 55 | } |
||
| 56 |