Skip to content

Commit

Permalink
Use PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Oct 3, 2024
1 parent 5f20ddc commit b463d7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: PHP CS Fixer

on: push

jobs:
fixers:
uses: humhub/actions/.github/workflows/module-php-cs-fixer.yml@main
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Changelog
- Enh: Improvement and addition of French translations
- Enh #23: Tests for `next` version
- Fix #24: Fix visibility of the method `Controller::getAccessRules()`
- Enh #27: Use PHP CS Fixer


1.0.1 (June 13, 2021)
Expand Down

0 comments on commit b463d7e

Please sign in to comment.