Skip to content

Bugfix: Only null keys should fetch all items, and disallow empty strings #27

Bugfix: Only null keys should fetch all items, and disallow empty strings

Bugfix: Only null keys should fetch all items, and disallow empty strings #27

Workflow file for this run

name: PHPStan
on:
pull_request:
push:
branches:
- main
paths:
- '**.php'
jobs:
phpstsan:
name: phpstan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
extensions: mbstring, intl
coverage: none
- uses: ramsey/composer-install@v3
with:
composer-options: "--ignore-platform-reqs --optimize-autoloader"
- name: Run PHPStan static analysis
run: composer test:analysis