Skip to content

Fix str_getcsv() escape argument on PHP 8.4 #28785

Fix str_getcsv() escape argument on PHP 8.4

Fix str_getcsv() escape argument on PHP 8.4 #28785

Workflow file for this run

name: PHP Linter
on:
pull_request: null
env:
# see https://github.com/composer/composer/issues/9368#issuecomment-718112361
COMPOSER_ROOT_VERSION: "dev-main"
jobs:
php_linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
-
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none
- run: composer require php-parallel-lint/php-parallel-lint --ansi
- run: vendor/bin/parallel-lint src bin/rector config tests rules --colors