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