1 | <?php |
||
9 | final class SecurityRequirement extends ValueObject |
||
10 | { |
||
11 | private $items = []; |
||
12 | |||
13 | 10 | public function __construct(iterable $requirements) |
|
19 | |||
20 | /** |
||
21 | * @return array<string, array> |
||
|
|||
22 | */ |
||
23 | 10 | public function getItems(): array |
|
27 | |||
28 | 10 | protected function normalizeRequiredProperties(): array |
|
32 | |||
33 | 8 | private function setItem(string $name, array $requirement): void |
|
42 | } |
||
43 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.