1 | <?php declare(strict_types = 1); |
||
16 | class Injectable implements PropertyInterface |
||
17 | { |
||
18 | /** |
||
19 | * Convert to class property metadata. |
||
20 | * |
||
21 | * @param PropertyMetadata $propertyMetadata Input metadata |
||
22 | * |
||
23 | * @return PropertyMetadata Annotation conversion to metadata |
||
24 | */ |
||
25 | public function toPropertyMetadata(PropertyMetadata $propertyMetadata) |
||
29 | } |
||
30 |