Skip to content

[PhpDoc] Add warning about missing PhpDocInfo name form tag value node #26922

[PhpDoc] Add warning about missing PhpDocInfo name form tag value node

[PhpDoc] Add warning about missing PhpDocInfo name form tag value node #26922

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