diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11290b0..2a104d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: Continuous Integration -on: [push] +on: [push, pull_request] jobs: linter: diff --git a/src/BedrockStreaming.php b/src/BedrockStreaming.php index abd64a2..6bac667 100644 --- a/src/BedrockStreaming.php +++ b/src/BedrockStreaming.php @@ -42,7 +42,6 @@ public function getRules(): array 'phpdoc_summary' => false, 'single_line_throw' => false, 'yoda_style' => false, - 'trailing_comma_in_multiline' => ['elements' => ['arguments', 'arrays', 'match', 'parameters']], ]; return $rules;