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