Skip to content

fix:修复值为0、'0'的参数会被过滤的问题 (#2864) #1744

fix:修复值为0、'0'的参数会被过滤的问题 (#2864)

fix:修复值为0、'0'的参数会被过滤的问题 (#2864) #1744

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Dependencies
run: composer install --no-progress
- name: Run PHPStan
run: ./vendor/bin/phpstan analyse --no-progress
php_cs_fixer:
name: PHP-CS-Fxier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Dependencies
run: composer install --no-progress
- name: Run PHP-CS-Fxier
run: composer check-style