| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 18 | class FileSystemDependencyProvider extends SprykerFileSystemDependencyProvider |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @return \Spryker\Service\FileSystemExtension\Dependency\Plugin\FileSystemReaderPluginInterface |
||
| 22 | */ |
||
| 23 | protected function getFileSystemReaderPlugin(): FileSystemReaderPluginInterface |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return \Spryker\Service\FileSystemExtension\Dependency\Plugin\FileSystemStreamPluginInterface |
||
| 30 | */ |
||
| 31 | protected function getFileSystemStreamPlugin(): FileSystemStreamPluginInterface |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @return \Spryker\Service\FileSystemExtension\Dependency\Plugin\FileSystemWriterPluginInterface |
||
| 38 | */ |
||
| 39 | protected function getFileSystemWriterPlugin(): FileSystemWriterPluginInterface |
||
| 44 |