Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class InterfaxFile extends \Interfax\File |
||
6 | { |
||
7 | /** |
||
8 | * File constructor. |
||
9 | * |
||
10 | * @param $location |
||
11 | * @param array $params |
||
12 | * |
||
13 | * @throws \InvalidArgumentException |
||
14 | */ |
||
15 | 1 | public function __construct(\Interfax\Client $client, $location, $params = [], \Interfax\GenericFactory $factory = null) |
|
24 |