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