Skip to content

Fix parsing of comment without space #1160

Fix parsing of comment without space

Fix parsing of comment without space #1160

Workflow file for this run

name: QA
on:
push:
branches:
- main
pull_request:
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
coverage: none
tools: composer:v2
ini-file: development
- name: Install Composer dependencies
uses: ramsey/composer-install@v3
with:
dependency-versions: highest
composer-options: --prefer-dist --prefer-stable
- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress --error-format=github