@@ -28,7 +28,7 @@ |
||
28 | 28 | { |
29 | 29 | public function __construct( |
30 | 30 | private string $attributeName, |
31 | - private ReflectionClass|ReflectionMethod|ReflectionProperty|ReflectionClassConstant|ReflectionFunction|ReflectionParameter $reflector, |
|
31 | + private ReflectionClass | ReflectionMethod | ReflectionProperty | ReflectionClassConstant | ReflectionFunction | ReflectionParameter $reflector, |
|
32 | 32 | private int $flags = 0, |
33 | 33 | private array $arguments = [], |
34 | 34 | private int $target, |