Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class AbstractFormatterStub extends File |
||
14 | { |
||
15 | /** |
||
16 | * FileProcessor constructor. |
||
17 | * @param IFile $file |
||
18 | * @param FilesystemInterface $filesystem |
||
19 | * @param array $config |
||
20 | * @throws \tkanstantsin\fileupload\config\InvalidConfigException |
||
21 | * @throws \ReflectionException |
||
22 | */ |
||
23 | public function __construct(IFile $file, FilesystemInterface $filesystem, array $config = []) |
||
29 | } |
||
30 | } |