Passed
Branch release/v3.0.0 (0e0f96)
by Anatoly
04:22
created
Category
src/Annotation/PutApiRoute.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 PutApiRoute extends ApiRoute
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/DeleteMethod.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 DeleteMethod extends Method
23 23
 {
24 24
     public function __construct()
Please login to merge, or discard this patch.
src/Annotation/PurgeApiRoute.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 PurgeApiRoute extends ApiRoute
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/Priority.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 Priority
23 23
 {
24 24
     public function __construct(
Please login to merge, or discard this patch.
src/Annotation/OptionsApiRoute.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 OptionsApiRoute extends ApiRoute
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/PostRoute.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 PostRoute extends Route
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/PostApiRoute.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 PostApiRoute extends ApiRoute
23 23
 {
24 24
     public function __construct(string $name, string $path = '')
Please login to merge, or discard this patch.
src/Annotation/HeadMethod.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 HeadMethod extends Method
23 23
 {
24 24
     public function __construct()
Please login to merge, or discard this patch.
src/Annotation/Middleware.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 2.11.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 Middleware
23 23
 {
24 24
     /**
Please login to merge, or discard this patch.