v2.3.0
- Update slevomat/coding-standard to ^6.0
- Update squizlabs/php_codesniffer to ^3.5.4
- Require boolean placement at beginning of line for multi-line control structures:
if (
$condition1
&& $condition2
&& (
$condition 3
|| $condition 4
)
)