@@ -18,7 +18,7 @@ |
||
| 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 = '') |
@@ -18,7 +18,7 @@ |
||
| 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() |
@@ -18,7 +18,7 @@ |
||
| 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 = '') |
@@ -18,7 +18,7 @@ |
||
| 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( |
@@ -18,7 +18,7 @@ |
||
| 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 = '') |
@@ -18,7 +18,7 @@ |
||
| 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 = '') |
@@ -18,7 +18,7 @@ |
||
| 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 = '') |
@@ -18,7 +18,7 @@ |
||
| 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() |
@@ -18,7 +18,7 @@ |
||
| 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 | /** |