Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class SearchParameters implements RequestInterface |
||
8 | { |
||
9 | public function __construct(protected ?string $Krs, protected ?string $Krsy, protected ?string $Nip, protected ?string $Nipy, protected ?string $Regon, protected ?string $Regony14zn, protected ?string $Regony9zn) |
||
10 | { |
||
11 | } |
||
12 | |||
13 | public function toArray(): array |
||
23 | ]; |
||
24 | } |
||
26 |