Total Complexity | 4 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
7 | class XervicePathFinder implements XervicePathFinderInterface |
||
8 | { |
||
9 | /** |
||
10 | * @var array |
||
11 | */ |
||
12 | private $paths; |
||
13 | |||
14 | /** |
||
15 | * XervicePathFinder constructor. |
||
16 | * |
||
17 | * @param array $paths |
||
18 | */ |
||
19 | 2 | public function __construct(array $paths) |
|
22 | 2 | } |
|
23 | |||
24 | /** |
||
25 | * @return array |
||
26 | */ |
||
27 | 2 | public function getPaths(): array |
|
42 | } |