Skip to content

Address issues with more recent PHPStan versions #207

Address issues with more recent PHPStan versions

Address issues with more recent PHPStan versions #207

Workflow file for this run

on: [push, pull_request]
name: Static analysis
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --dry-run
phpstan:
uses: "doctrine/.github/.github/workflows/[email protected]"