Make ConfigureRoutes fluent #88
backwards-compatibility.yml
on: pull_request
Backwards compatibility check
18s
Annotations
10 errors and 1 warning
Backwards compatibility check:
src/RouteCollector.php#L8
Class FastRoute\RouteCollector became final
|
Backwards compatibility check:
src/RouteCollector.php#L8
Property FastRoute\RouteCollector#$currentGroupPrefix was removed
|
Backwards compatibility check:
src/RouteCollector.php#L8
Property FastRoute\RouteCollector#$routeParser was removed
|
Backwards compatibility check:
src/RouteCollector.php#L8
Property FastRoute\RouteCollector#$dataGenerator was removed
|
Backwards compatibility check:
src/RouteCollector.php#L11
The return type of FastRoute\RouteCollector#addRoute() changed from void to the non-covariant static
|
Backwards compatibility check:
src/RouteCollector.php#L11
The return type of FastRoute\RouteCollector#addRoute() changed from void to static
|
Backwards compatibility check:
src/RouteCollector.php#L32
The return type of FastRoute\RouteCollector#addGroup() changed from void to the non-covariant static
|
Backwards compatibility check:
src/RouteCollector.php#L32
The return type of FastRoute\RouteCollector#addGroup() changed from void to static
|
Backwards compatibility check:
src/RouteCollectorAbstract.php#L65
The return type of FastRoute\RouteCollector#any() changed from void to the non-covariant static
|
Backwards compatibility check:
src/RouteCollectorAbstract.php#L65
The return type of FastRoute\RouteCollector#any() changed from void to static
|
Backwards compatibility check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|