Skip to content

Commit eeb3901

Browse files
committed
v3
1 parent 30484a6 commit eeb3901

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+49
-49
lines changed

src/Annotation/ApiRoute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Attribute;
1717

1818
/**
19-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=apiroute
19+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=apiroute
2020
* @since 3.0.0
2121
*/
2222
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]

src/Annotation/Constraint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Attribute;
1717

1818
/**
19-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=constraint
19+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=constraint
2020
* @since 3.0.0
2121
*/
2222
#[Attribute(Attribute::TARGET_PARAMETER | Attribute::IS_REPEATABLE)]

src/Annotation/Consumes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Sunrise\Coder\MediaTypeInterface;
1818

1919
/**
20-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=consumes
20+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=consumes
2121
* @since 3.0.0
2222
*/
2323
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)]

src/Annotation/DefaultAttribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Attribute;
1717

1818
/**
19-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=defaultattribute
19+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=defaultattribute
2020
* @since 3.0.0
2121
*/
2222
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)]

src/Annotation/DeleteApiRoute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Attribute;
1717

1818
/**
19-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=deleteapiroute
19+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=deleteapiroute
2020
* @since 3.0.0
2121
*/
2222
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]

src/Annotation/DeleteMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Attribute;
1717

1818
/**
19-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=deletemethod
19+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=deletemethod
2020
* @since 3.0.0
2121
*/
2222
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]

src/Annotation/DeleteRoute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Attribute;
1717

1818
/**
19-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=deleteroute
19+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=deleteroute
2020
* @since 3.0.0
2121
*/
2222
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]

src/Annotation/Deprecated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Attribute;
1717

1818
/**
19-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=deprecated
19+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=deprecated
2020
* @since 3.0.0
2121
*/
2222
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]

src/Annotation/Description.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Attribute;
1717

1818
/**
19-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=description
19+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=description
2020
* @since 3.0.0
2121
*/
2222
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)]

src/Annotation/EncodableResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Sunrise\Coder\MediaTypeInterface;
1818

1919
/**
20-
* @link https://dev.sunrise-studio.io/docs/reference/router-annotations?id=encodableresponse
20+
* @link https://dev.sunrise-studio.io/docs/reference/routing-annotations?id=encodableresponse
2121
* @since 3.0.0
2222
*/
2323
#[Attribute(Attribute::TARGET_METHOD)]

0 commit comments

Comments
 (0)