Skip to content

type hints (#343)

type hints (#343) #19

Workflow file for this run

name: phpstan
on:
pull_request:
push:
branches: [main]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
tools: composer
- run: composer install --dev
- run: ./vendor/bin/phpstan analyse -c phpstan.neon