@@ -31,7 +31,7 @@ |
||
| 31 | 31 | public function __construct( |
| 32 | 32 | private string $attributeName, |
| 33 | 33 | private int $flags = 0, |
| 34 | - private Class_|ClassMethod|Function_|ClassConst|Property|Param|null $attributeHolder = null |
|
| 34 | + private Class_ | ClassMethod | Function_ | ClassConst | Property | Param | null $attributeHolder = null |
|
| 35 | 35 | ) { |
| 36 | 36 | } |
| 37 | 37 | |