Skip to content

these filters have been deprecated in v2, drop them for v3 #575

these filters have been deprecated in v2, drop them for v3

these filters have been deprecated in v2, drop them for v3 #575

Workflow file for this run

name: PHP-CS-Fixer
on:
pull_request:
push:
branches:
- 1.x
- 2.x
- 3.x
jobs:
php-cs-fixer:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
coverage: none
tools: php-cs-fixer
- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --dry-run --diff