| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 68.75% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class IproSoftware extends IproSoftwareClient |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * IproSoftware constructor. |
||
| 13 | * @throws \IproSoftwareApi\Exceptions\IproSoftwareApiException |
||
| 14 | * @throws \Illuminate\Contracts\Container\BindingResolutionException |
||
| 15 | */ |
||
| 16 | 1 | public function __construct() |
|
| 27 | 1 | ]); |
|
| 28 | } |
||
| 29 | |||
| 30 | public function __call($method, $parameters) |
||
| 40 |