Skip to content

chore: fix PHPStan, Rector and tests (#1310) #2245

chore: fix PHPStan, Rector and tests (#1310)

chore: fix PHPStan, Rector and tests (#1310) #2245

Workflow file for this run

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@CI47