Skip to content

Add support for adding the #[Override] attribute to methods implementing interfaces #32339

Add support for adding the #[Override] attribute to methods implementing interfaces

Add support for adding the #[Override] attribute to methods implementing interfaces #32339

name: Code Analysis [no dev]
on:
pull_request: null
env:
# see https://github.com/composer/composer/issues/9368#issuecomment-718112361
COMPOSER_ROOT_VERSION: "dev-main"
jobs:
code_analysis_no_dev:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
# see https://github.com/shivammathur/setup-php
- uses: shivammathur/setup-php@v2
with:
php-version: 8.3
coverage: none
- run: |
composer install --ansi
composer install --no-progress --ansi --no-dev
- run: bin/rector list --ansi