Skip to content

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

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

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

Workflow file for this run

name: Rector
on:
pull_request:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'rector.php'
- '.github/workflows/rector.yml'
push:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'rector.php'
- '.github/workflows/rector.yml'
jobs:
rector:
uses: codeigniter4/.github/.github/workflows/rector.yml@CI47