Test Failed
Pull Request — master (#93)
by Alexander
05:13 queued 02:34
created
src/Attribute/Middleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 use Attribute;
8 8
 
9
-#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)]
9
+#[Attribute(Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)]
10 10
 final class Middleware
11 11
 {
12 12
     private mixed $definition;
Please login to merge, or discard this patch.