chore: fix code to comply with latest PHPStan, Rector and CS (#1268) #2180
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PHPCSFixer | |
| on: | |
| pull_request: | |
| branches: | |
| - develop | |
| paths: | |
| - '**.php' | |
| - '.github/workflows/phpcsfixer.yml' | |
| push: | |
| branches: | |
| - develop | |
| paths: | |
| - '**.php' | |
| - '.github/workflows/phpcsfixer.yml' | |
| jobs: | |
| phpcsfixer: | |
| uses: codeigniter4/.github/.github/workflows/phpcsfixer.yml@CI46 |