| 1 | <?php namespace HSkrasek\OpenAPI\Command\Stages; |
||
| 7 | class ParseSchemaFile implements StageInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var FilesystemInterface |
||
| 11 | */ |
||
| 12 | private $filesystem; |
||
| 13 | |||
| 14 | public function __construct(FilesystemInterface $filesystem) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @inheritDoc |
||
| 21 | */ |
||
| 22 | public function __invoke($payload) |
||
| 26 | } |
||
| 27 |