Skip to content

Fix parsing of ambiguous classes to avoid ignoring real classes when test ones get scanned first #74

Fix parsing of ambiguous classes to avoid ignoring real classes when test ones get scanned first

Fix parsing of ambiguous classes to avoid ignoring real classes when test ones get scanned first #74

Workflow file for this run

name: "PHPStan"
on:
- push
- pull_request
permissions:
contents: read
jobs:
tests:
name: "PHPStan"
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- "7.2"
- "8.3"
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php-version }}"
coverage: none
- uses: ramsey/composer-install@v3
with:
dependency-versions: highest
- name: Run PHPStan
run: composer phpstan