Completed
Pull Request — master (#130)
by Abdul Malik
24:48
created
src/ReflectionAttribute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function __construct(
32 32
         private string $attributeName,
33 33
         private int $flags = 0,
34
-        private Class_|ClassMethod|Function_|ClassConst|Property|Param|null $attributeHolder = null
34
+        private Class_ | ClassMethod | Function_ | ClassConst | Property | Param | null $attributeHolder = null
35 35
     ) {
36 36
     }
37 37
 
Please login to merge, or discard this patch.