Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class CheckPluginFinderPath |
||
18 | { |
||
19 | /** |
||
20 | * @var string |
||
21 | */ |
||
22 | protected $basePath; |
||
23 | |||
24 | /** |
||
25 | * @var string[] |
||
26 | */ |
||
27 | protected $paths = []; |
||
28 | |||
29 | /** |
||
30 | * @param string|string[] $path |
||
31 | */ |
||
32 | public function __construct(string $basePath, $path) |
||
37 | } |
||
38 | |||
39 | public function getPathes() |
||
48 |