Skip to content

fix(style): Add phpdoc_param_order rule and update namespace references in rector.php. #68

fix(style): Add phpdoc_param_order rule and update namespace references in rector.php.

fix(style): Add phpdoc_param_order rule and update namespace references in rector.php. #68

Workflow file for this run

---
on:
- pull_request
- push
name: linter
permissions:
checks: write
contents: read
statuses: write
jobs:
linter:
uses: yii2-framework/actions/.github/workflows/super-linter.yml@v1
secrets:
AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}