Completed
Pull Request — master (#130)
by Abdul Malik
23:25
created
src/ReflectionAttribute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.