@@ -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 PutMethod 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 | Attribute::IS_REPEATABLE)] |
|
21 | +#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)] |
|
22 | 22 | final class Summary |
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 Deprecated |
23 | 23 | { |
24 | 24 | } |
@@ -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 DeleteRoute extends Route |
23 | 23 | { |
24 | 24 | public function __construct(string $name, string $path = '') |
@@ -21,7 +21,7 @@ |
||
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 Method implements RequestMethodInterface |
26 | 26 | { |
27 | 27 | /** |
@@ -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 | class ApiRoute extends Route |
23 | 23 | { |
24 | 24 | /** |
@@ -18,7 +18,7 @@ |
||
18 | 18 | /** |
19 | 19 | * @since 3.0.0 |
20 | 20 | */ |
21 | -#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] |
|
21 | +#[Attribute(Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)] |
|
22 | 22 | final class ResponseHeader |
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)] |
|
21 | +#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD)] |
|
22 | 22 | final class PathPostfix |
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 | Attribute::IS_REPEATABLE)] |
|
21 | +#[Attribute(Attribute::TARGET_CLASS|Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)] |
|
22 | 22 | class Tag |
23 | 23 | { |
24 | 24 | /** |