Skip to content

Commit

Permalink
Merge pull request #226 from TheDragonCode/4.x
Browse files Browse the repository at this point in the history
Fixed normalizer call
  • Loading branch information
andrey-helldar authored Mar 27, 2024
2 parents 3922fd9 + e7d2176 commit 6454318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
run: |
codestyle
codestyle dependabot
codestyle normalize
composer normalize
composer thanks
- name: Create a Pull Request
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
codestyle dependabot
# Provides a composer plugin for normalizing `composer.json`.
composer update && composer normalize
composer normalize
# The main script for fixing the project code style
codestyle
Expand Down

0 comments on commit 6454318

Please sign in to comment.