Skip to content

Bump ECS to ^13.2.13 and skip */SourcePhp81/* from apply#8200

Merged
TomasVotruba merged 1 commit into
mainfrom
bump-ecs
Jul 22, 2026
Merged

Bump ECS to ^13.2.13 and skip */SourcePhp81/* from apply#8200
TomasVotruba merged 1 commit into
mainfrom
bump-ecs

Conversation

@samsonasik

Copy link
Copy Markdown
Member

Latest ECS cause apply on tests with SourcePhp81 pattern:

2) rules-tests/Php80/Rector/Class_/AnnotationToAttributeRector/SourcePhp81/NotNumber.php

    ---------- begin diff ----------
@@ -7,7 +7,11 @@
 #[\Attribute]
 final class NotNumber
 {
-    public function __construct($firstValue = null, $secondValue = null, $hey = null, $hi = null)
-    {
+    public function __construct(
+        $firstValue = null,
+        $secondValue = null,
+        $hey = null,
+        $hi = null
+    ) {
     }
 }
    ----------- end diff -----------


Applied checkers:

* PhpCsFixer\Fixer\Basic\BracesPositionFixer
* Symplify\CodingStandard\Fixer\Spacing\StandaloneLinePlainConstructorParamFixer

This PR bump ECS to ^13.2.13 and skip */SourcePhp81/* from apply, and re-run it for the rest.

@samsonasik
samsonasik requested a review from TomasVotruba July 22, 2026 01:07
@samsonasik

Copy link
Copy Markdown
Member Author

@TomasVotruba ready 👍

@TomasVotruba
TomasVotruba merged commit 7bbd2e7 into main Jul 22, 2026
66 checks passed
@TomasVotruba
TomasVotruba deleted the bump-ecs branch July 22, 2026 05:13
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.

2 participants