Skip to content

Commit 4be3155

Browse files
Merge branch 'main' into 62-add-support-for-comparison-chains
2 parents 1d66689 + d46b80d commit 4be3155

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ The format is based on [Keep a Changelog], and this project adheres to
1919
- Changed the minimum required PHP version to 8.1.
2020
- Changed the signature of many functions to use PHP 8 union types.
2121
- 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.
2324

2425
### Removed
2526

0 commit comments

Comments
 (0)