Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
9 | 6 | public function __construct(array $params = [], string $fileName = '', string $path = '/etc/supervisor/conf.d/') |
|
10 | { |
||
11 | 6 | $params = $params ?: [ |
|
12 | 6 | 'command' => 'node ./node_modules/.bin/laravel-echo-server start', |
|
13 | ]; |
||
14 | |||
15 | 6 | parent::__construct($params, $fileName, $path); |
|
16 | 6 | } |
|
17 | } |
||
18 |