Skip to content

Apply fixed Coderrabitai review. #359

Apply fixed Coderrabitai review.

Apply fixed Coderrabitai review. #359

Workflow file for this run

---
on:
pull_request: &ignore-paths
paths-ignore:
- ".gitattributes"
- ".gitignore"
- "CHANGELOG.md"
- "docs/**"
- "README.md"
push: *ignore-paths
name: static analysis
permissions:
contents: read
pull-requests: write
jobs:
phpstan:
uses: yii2-framework/actions/.github/workflows/phpstan.yml@main