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