| 1 | <?php |
||
| 15 | class PrivatePropertiesMap extends PropertyGenerator |
||
| 16 | { |
||
| 17 | public const KEY_DEFAULT_VALUE = 'defaultValue'; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Constructor |
||
| 21 | * |
||
| 22 | * @throws InvalidArgumentException |
||
| 23 | */ |
||
| 24 | public function __construct(Properties $properties) |
||
| 37 | 4 | ||
| 38 | 4 | /** |
|
| 39 | * @return array<string, array<class-string, bool>> |
||
|
|
|||
| 40 | */ |
||
| 41 | private function getMap(Properties $properties) : array |
||
| 51 | } |
||
| 52 |
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.