Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | 1 | public function __construct(\Interfax\Client $client, $location, $params = [], \Interfax\GenericFactory $factory = null) |
|
16 | { |
||
17 | 1 | if ($chunkSize = config('services.interfax.chunk_size')) { |
|
18 | 1 | static::$DEFAULT_CHUNK_SIZE = $chunkSize; |
|
19 | } |
||
20 | |||
21 | 1 | parent::__construct($client, $location, $params, $factory); |
|
22 | } |
||
24 |