Skip to content

[Console] Fix newline formatting of deprecated skipped rules warning - #8386

Merged
TomasVotruba merged 1 commit into
mainfrom
fix-deprecated-skip-rules-newline
Aug 27, 2026
Merged

[Console] Fix newline formatting of deprecated skipped rules warning#8386
TomasVotruba merged 1 commit into
mainfrom
fix-deprecated-skip-rules-newline

Conversation

@TomasVotruba

Copy link
Copy Markdown
Member

Deprecated skipped rules were joined with * on a single line instead of one rule per line.

Before

 [WARNING] These rules are skipped, but are deprecated. ...:

           * Rector\Php84\Rector\Class_\DeprecatedAnnotationToDeprecatedAttributeRector *
           Rector\PHPUnit\PHPUnit120\Rector\Class_\AllowMockObjectsWithoutExpectationsAttributeRector

After

 [WARNING] These rules are skipped, but are deprecated. ...:

           * Rector\Php84\Rector\Class_\DeprecatedAnnotationToDeprecatedAttributeRector
           * Rector\PHPUnit\PHPUnit120\Rector\Class_\AllowMockObjectsWithoutExpectationsAttributeRector

Each rule now on its own line with a leading * bullet.

@TomasVotruba
TomasVotruba merged commit ab955a3 into main Aug 27, 2026
44 checks passed
@TomasVotruba
TomasVotruba deleted the fix-deprecated-skip-rules-newline branch August 27, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant