@@ -19,7 +19,7 @@ |
||
| 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 | /** |
@@ -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 HeadApiRoute 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 PatchApiRoute 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 NamePrefix |
| 23 | 23 | { |
| 24 | 24 | public function __construct( |
@@ -20,7 +20,7 @@ |
||
| 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; |
@@ -18,7 +18,7 @@ |
||
| 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 | /** |
@@ -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 OptionsMethod extends Method |
| 23 | 23 | { |
| 24 | 24 | public function __construct() |
@@ -19,7 +19,7 @@ |
||
| 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 | /** |
@@ -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 GetApiRoute extends ApiRoute |
| 23 | 23 | { |
| 24 | 24 | public function __construct(string $name, string $path = '') |