@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | public function __construct( |
35 | 35 | private string $attributeName, |
36 | - private ReflectionClass|ReflectionMethod|ReflectionProperty|ReflectionClassConstant|ReflectionFunction|ReflectionParameter $reflector, |
|
36 | + private ReflectionClass | ReflectionMethod | ReflectionProperty | ReflectionClassConstant | ReflectionFunction | ReflectionParameter $reflector, |
|
37 | 37 | \ReflectionAttribute $reflectionAttribute |
38 | 38 | ) { |
39 | 39 | $this->arguments = $reflectionAttribute->getArguments(); |