Skip to content

Commit

Permalink
Merge pull request #2487 from lucasmichot/feat/php-cs-fixer-ga-3-2-1
Browse files Browse the repository at this point in the history
Update OskarStark/php-cs-fixer-ga to 3.2.1
  • Loading branch information
kylekatarnls authored Nov 8, 2021
2 parents f8d6d8a + 0f4b8e2 commit ddd9062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: actions/checkout@v2

- name: Check for code style violation with PHP-CS-Fixer
uses: OskarStark/php-cs-fixer-ga@3.0.0
uses: OskarStark/php-cs-fixer-ga@3.2.1
with:
args: --diff --dry-run
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'blank_line_after_namespace' => true,
'blank_line_before_statement' => true,
'cast_spaces' => true,
'class_definition' => false,
'concat_space' => [
'spacing' => 'none',
],
Expand Down

0 comments on commit ddd9062

Please sign in to comment.