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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ The format is based on [Keep a Changelog], and this project adheres to
19
19
- Changed the minimum required PHP version to 8.1.
20
20
- Changed the signature of many functions to use PHP 8 union types.
21
21
- Changed the `Relationship::DIR_*` to the `Direction` enum.
22
-
- Remove `$insertParentheses` from all methods, and automatically insert them based on precedence. - No longer insert parentheses when chaining comparison operators.
22
+
- Remove `$insertParentheses` from all methods, and automatically insert them based on precedence.
23
+
- No longer insert parentheses when chaining comparison operators.
0 commit comments