Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class SearchDataResponse |
||
8 | { |
||
9 | /** |
||
10 | * @param SearchResponseCompanyData[] $DaneSzukajResult |
||
11 | */ |
||
12 | public function __construct(public array $DaneSzukajResult = []) |
||
13 | { |
||
14 | } |
||
15 | |||
16 | /** |
||
17 | * @return SearchResponseCompanyData[] |
||
18 | */ |
||
19 | public function getDaneSzukajResult(): array |
||
22 | } |
||
23 | } |
||
24 |