Passed
Branch release/v3.0.0 (0e0f96)
by Anatoly
04:22
created
Category
src/Annotation/PatchRoute.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 PatchRoute extends Route
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/PurgeRoute.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 PurgeRoute extends Route
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/HeadRoute.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 HeadRoute extends Route
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/PatchMethod.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 PatchMethod extends Method
23 23
 {
24 24
     public function __construct()
Please login to merge, or discard this patch.
src/Annotation/GetMethod.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 GetMethod extends Method
23 23
 {
24 24
     public function __construct()
Please login to merge, or discard this patch.
src/Annotation/DeleteApiRoute.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 DeleteApiRoute extends ApiRoute
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/Pattern.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
  *
22 22
  * @since 3.0.0
23 23
  */
24
-#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)]
24
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)]
25 25
 class Pattern
26 26
 {
27 27
     public function __construct(
Please login to merge, or discard this patch.
src/Annotation/DefaultAttribute.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 | Attribute::IS_REPEATABLE)]
21
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)]
22 22
 final class DefaultAttribute
23 23
 {
24 24
     public function __construct(
Please login to merge, or discard this patch.
src/Annotation/Description.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 | Attribute::IS_REPEATABLE)]
21
+#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)]
22 22
 final class Description
23 23
 {
24 24
     public function __construct(
Please login to merge, or discard this patch.