@@ -29,7 +29,7 @@ |
||
29 | 29 | { |
30 | 30 | public function __construct( |
31 | 31 | private string $attributeName, |
32 | - private ReflectionClass|ReflectionMethod|ReflectionProperty|ReflectionClassConstant|ReflectionFunction|ReflectionParameter $reflector, |
|
32 | + private ReflectionClass | ReflectionMethod | ReflectionProperty | ReflectionClassConstant | ReflectionFunction | ReflectionParameter $reflector, |
|
33 | 33 | private array $arguments, |
34 | 34 | private bool $isRepeated, |
35 | 35 | ) { |