Skip to content

fix(app): Fixes a typo in the ClearSettings command that was stopping execution #181

fix(app): Fixes a typo in the ClearSettings command that was stopping execution

fix(app): Fixes a typo in the ClearSettings command that was stopping execution #181

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