Skip to content

fix deprecated tests + add strict type cs rule #17

fix deprecated tests + add strict type cs rule

fix deprecated tests + add strict type cs rule #17

Workflow file for this run

name: Run PHPStan
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
with:
path: src/ tests/
level: 9