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
Fix code quality issues in documentation code snippets (#8192)
- Remove return statement from void method in database-basics.md
- Add missing parameter and return type declarations to Point class,
PointType, validation methods, entity accessors/mutators, and error
handler methods
- Add proper exception throw for unhandled case in toExpression()
- Replace empty($id) with !$id for defined parameter in form.md
0 commit comments