Skip to content

[TypeDeclaration] Add AddReturnArrayDocblockBasedOnArrayMapRector #27261

[TypeDeclaration] Add AddReturnArrayDocblockBasedOnArrayMapRector

[TypeDeclaration] Add AddReturnArrayDocblockBasedOnArrayMapRector #27261

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