Skip to content

fixed failing tests for time values #6

fixed failing tests for time values

fixed failing tests for time values #6

Workflow file for this run

name: PHPStan
on: push
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
dev: yes
- uses: php-actions/phpstan@v3
with:
path: src
level: max
memory_limit: 1G
args: --memory-limit 1G