Skip to content

Merge pull request #91 from ahonymous/hotfix/fix-undefine-parameter-m… #195

Merge pull request #91 from ahonymous/hotfix/fix-undefine-parameter-m…

Merge pull request #91 from ahonymous/hotfix/fix-undefine-parameter-m… #195

Workflow file for this run

name: PHPStan
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Composer
run: composer install --prefer-dist --no-progress --no-suggest
- name: PHPStan
run: vendor/bin/phpstan analyse