Skip to content

[fix] 解决response headers如果为空,max函数报错问题 #1595

[fix] 解决response headers如果为空,max函数报错问题

[fix] 解决response headers如果为空,max函数报错问题 #1595

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