Skip to content

chore: fix code to comply with latest PHPStan, Rector and CS #2284

chore: fix code to comply with latest PHPStan, Rector and CS

chore: fix code to comply with latest PHPStan, Rector and CS #2284

Workflow file for this run

name: PHPStan
on:
pull_request:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpstan*'
- '.github/workflows/phpstan.yml'
push:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpstan*'
- '.github/workflows/phpstan.yml'
jobs:
phpstan:
uses: codeigniter4/.github/.github/workflows/phpstan.yml@CI46