Skip to content

Commit e751b7e

Browse files
committed
add @lyrixx rector rule for openapi context
1 parent 1cb130d commit e751b7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/upgrade-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,9 @@ defaults:
138138
```
139139

140140
As this is an `extraProperties` it's configurable per resource/operation. This is improving the compatibility of Hydra errors with JSON problem. It also enables new extension points on [Errors](https://api-platform.com/docs/v3.2/core/errors/) such as [Error provider](https://api-platform.com/docs/v3.2/guides/error-provider/) and [Error Resource](https://api-platform.com/docs/v3.2/guides/error-resource/).
141+
142+
### OpenApi context
143+
144+
You may want to convert your openApiContext to openapi, doing so is quite fastidious, @lyrixx created a rector script to help if needed:
145+
146+
https://github.com/lyrixx/rector-apip-openapi

0 commit comments

Comments
 (0)