| 1 | <?php |
||
| 10 | final class CallbackRequest extends Map |
||
| 11 | { |
||
| 12 | use Properties\OptionalExtensions; |
||
| 13 | |||
| 14 | private $items = []; |
||
| 15 | |||
| 16 | 6 | public function __construct( |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @return array<string, Path> |
||
|
|
|||
| 29 | */ |
||
| 30 | 5 | public function getItems(): array |
|
| 34 | |||
| 35 | 5 | public function jsonSerialize(): ?array |
|
| 39 | |||
| 40 | 5 | private function setItem(string $expression, Path $path): void |
|
| 44 | } |
||
| 45 |
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.