You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing 5.3 feature documentation to topic pages (#8197)
* Add missing 5.3 feature documentation to topic pages
Several 5.3 features were only documented in the migration guide
without corresponding coverage in their topic pages. This adds
documentation with examples and version annotations for:
- Validation: ipOrRange() rule, existsInNullable() application rule
- Database: TypeFactory::getMapped(), Query::getDriver(), Entra auth
- Console: TreeHelper, CommandCollection::replace()
- Routing: RedirectTrait for custom redirect route classes
- I18n: DateTimePeriod, DatePeriod, Date::getTimestamp()
- View: ViewBuilder::setConfigMergeStrategy()
* Fix truncated code example in database-basics.md
The toPHP() method in the PointMutationType example was missing
the closing parenthesis, semicolon, and closing brace.
---------
Co-authored-by: Jasper Smet <josbeir@users.noreply.github.com>
0 commit comments