@@ -10,10 +10,10 @@ |
||
10 | 10 | |
11 | 11 | class SerialNumber extends SN |
12 | 12 | { |
13 | - private array $config=[]; |
|
14 | - function __construct(array $config=null) |
|
13 | + private array $config = []; |
|
14 | + function __construct(array $config = null) |
|
15 | 15 | { |
16 | - if(!empty($config)) |
|
16 | + if (!empty($config)) |
|
17 | 17 | { |
18 | 18 | $this->setConfig($config); |
19 | 19 | } |