Skip to content

Fix up issue for PHPStan (check if stamp is a SnsFifoStamp) #203

Fix up issue for PHPStan (check if stamp is a SnsFifoStamp)

Fix up issue for PHPStan (check if stamp is a SnsFifoStamp) #203

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