Passed
Branch release/v3.0.0 (0e0f96)
by Anatoly
04:22
created
Category
src/Annotation/Produces.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 /**
20 20
  * @since 3.0.0
21 21
  */
22
-#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)]
22
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)]
23 23
 class Produces
24 24
 {
25 25
     /**
Please login to merge, or discard this patch.
src/Annotation/HeadApiRoute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 /**
19 19
  * @since 3.0.0
20 20
  */
21
-#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]
21
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD)]
22 22
 final class HeadApiRoute extends ApiRoute
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/PatchApiRoute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 /**
19 19
  * @since 3.0.0
20 20
  */
21
-#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]
21
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD)]
22 22
 final class PatchApiRoute extends ApiRoute
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/NamePrefix.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 /**
19 19
  * @since 3.0.0
20 20
  */
21
-#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]
21
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD)]
22 22
 final class NamePrefix
23 23
 {
24 24
     public function __construct(
Please login to merge, or discard this patch.
src/Annotation/Route.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 /**
21 21
  * @since 2.0.0
22 22
  */
23
-#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]
23
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD)]
24 24
 class Route implements RequestMethodInterface
25 25
 {
26 26
     public mixed $holder = null;
Please login to merge, or discard this patch.
src/Annotation/Constraint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 /**
19 19
  * @since 3.0.0
20 20
  */
21
-#[Attribute(Attribute::TARGET_PARAMETER | Attribute::IS_REPEATABLE)]
21
+#[Attribute(Attribute::TARGET_PARAMETER|Attribute::IS_REPEATABLE)]
22 22
 final class Constraint
23 23
 {
24 24
     /**
Please login to merge, or discard this patch.
src/Annotation/OptionsMethod.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 /**
19 19
  * @since 3.0.0
20 20
  */
21
-#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]
21
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD)]
22 22
 final class OptionsMethod extends Method
23 23
 {
24 24
     public function __construct()
Please login to merge, or discard this patch.
src/Annotation/Consumes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 /**
20 20
  * @since 3.0.0
21 21
  */
22
-#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)]
22
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)]
23 23
 class Consumes
24 24
 {
25 25
     /**
Please login to merge, or discard this patch.
src/Annotation/GetApiRoute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 /**
19 19
  * @since 3.0.0
20 20
  */
21
-#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]
21
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD)]
22 22
 final class GetApiRoute extends ApiRoute
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.