diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8d177..7ee0556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `laravel-phpcs` will be documented in this file +## 1.7.2 - 2022-10-17 +- Multiple parameters are now supported on the same line in multi-line functions. + ## 1.7.1 - 2022-06-20 - Updated slevomat/coding-standard to estable version. diff --git a/phpcs.xml b/phpcs.xml index 3e3486d..e93b5b2 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -71,6 +71,9 @@ + + +