Enforce single-line PhpDoc for properties where possible

This commit is contained in:
Dylan K. Taylor
2021-10-21 20:32:37 +01:00
parent dc07ac33d3
commit 986b4e0651
2 changed files with 7 additions and 2 deletions

View File

@ -272,10 +272,10 @@ jobs:
- uses: actions/checkout@v2
- name: Setup PHP and tools
uses: shivammathur/setup-php@2.12.0
uses: shivammathur/setup-php@2.15.0
with:
php-version: 8.0
tools: php-cs-fixer
tools: php-cs-fixer:3.2
- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --dry-run --diff