github ecsphp/ecs 13.2.10
Released ECS 13.2.10

latest releases: 13.2.17, 13.2.16, 13.2.15...
one day ago

What's new

✅ Regression fixture: single promoted property among plain params

Locks StandaloneLinePromotedPropertyFixer splitting all params even when only one is promoted.

 public function __construct(
-    CorePermissions $security, Translator $translator, RouterInterface $router,
+    CorePermissions $security,
+    Translator $translator,
+    RouterInterface $router,
     private LeadModel $leadModel,
 ) {
 }

Don't miss a new ecs release

NewReleases is sending notifications on new releases.