github ecsphp/ecs 13.2.11
Released ECS 13.2.11

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

What's new

✨ New StandaloneLinePlainConstructorParamFixer (spaces set)

Covers the gap: constructors with plain params and no promoted properties.

-public function __construct(CorePermissions $security, Translator $translator, RouterInterface $router, FormFactoryInterface $formFactory)
+public function __construct(
+    CorePermissions $security,
+    Translator $translator,
+    RouterInterface $router,
+    FormFactoryInterface $formFactory
+)

Don't miss a new ecs release

NewReleases is sending notifications on new releases.