Skip to content

refactor: Move property to local variable on usage only in setUp() method in tests #2216

refactor: Move property to local variable on usage only in setUp() method in tests

refactor: Move property to local variable on usage only in setUp() method in tests #2216

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