Total Complexity | 5 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class GeoDataImporter |
||
15 | { |
||
16 | protected FilesystemStorage $storage; |
||
17 | |||
18 | 7 | public function __construct(Container $app) |
|
21 | 7 | } |
|
22 | |||
23 | /** |
||
24 | * Dynamically forward call. |
||
25 | * |
||
26 | * @param string $method |
||
27 | * @param array $parameters |
||
28 | * @return mixed |
||
29 | */ |
||
30 | 6 | public function __call($method, $parameters) |
|
40 | } |
||
41 | |||
42 | /** |
||
43 | * Get current storage instance. |
||
44 | * |
||
45 | * @return FilesystemStorage |
||
46 | */ |
||
47 | 1 | public function storage(): FilesystemStorage |
|
52 |