Skip to content

Fix incorrect spaces count of East Asian characters #699

Fix incorrect spaces count of East Asian characters

Fix incorrect spaces count of East Asian characters #699

Workflow file for this run

name: Static Analysis
on: ['push', 'pull_request']
jobs:
phpstan:
runs-on: ubuntu-latest
strategy:
matrix:
dependency-version: [prefer-lowest, prefer-stable]
name: PHPStan ${{ matrix.dependency-version }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: composer:v2
coverage: none
- name: Install Dependencies
run: composer update --prefer-stable --no-interaction --no-progress
- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress