| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class XervicePathFinder extends Finder implements XervicePathFinderInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var array |
||
| 13 | */ |
||
| 14 | private $paths; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * XervicePathFinder constructor. |
||
| 18 | * |
||
| 19 | * @param array $paths |
||
| 20 | */ |
||
| 21 | 2 | public function __construct(array $paths) |
|
| 24 | 2 | } |
|
| 25 | |||
| 26 | /** |
||
| 27 | * @return $this |
||
| 28 | */ |
||
| 29 | 2 | public function getPaths() |
|
| 34 | } |