Skip to content

Commit

Permalink
fix: remove trailing_comma_in_multiline because it's not work with PH…
Browse files Browse the repository at this point in the history
…P 7.4 (#28)

* fix: remove trailing_comma_in_multiline because it's not work with PHP 7.4

* execute CI on PR
  • Loading branch information
antten committed Aug 21, 2024
1 parent a8a4473 commit b49461d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Continuous Integration
on: [push]
on: [push, pull_request]

jobs:
linter:
Expand Down
1 change: 0 additions & 1 deletion src/BedrockStreaming.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b49461d

Please sign in to comment.