From 23e3c088a2daacf329851bf2fc56c0a320695f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:20:34 +0000 Subject: [PATCH 1/2] Update symplify/easy-coding-standard requirement from ^12.1 to ^13.1 Updates the requirements on [symplify/easy-coding-standard](https://github.com/easy-coding-standard/ecs) to permit the latest version. - [Release notes](https://github.com/easy-coding-standard/ecs/releases) - [Commits](https://github.com/easy-coding-standard/ecs/compare/12.1.0...13.1.2) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5036a25..a348b68 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php-forge/support": "^0.1", "phpunit/phpunit": "^10.5", "roave/infection-static-analysis-plugin": "^1.34", - "symplify/easy-coding-standard": "^12.1", + "symplify/easy-coding-standard": "^13.1", "vimeo/psalm": "^5.20" }, "autoload": { From 9ee3dca379323bdf3d7247042bb7613a13a229f4 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 4 May 2026 02:20:44 +0000 Subject: [PATCH 2/2] Apply fixes from StyleCI --- src/Factory/SimpleFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Factory/SimpleFactory.php b/src/Factory/SimpleFactory.php index fbb2f23..2de7478 100644 --- a/src/Factory/SimpleFactory.php +++ b/src/Factory/SimpleFactory.php @@ -79,7 +79,7 @@ public static function create(string $class, array $args): Widget * * @psalm-param array $definitions */ - public static function configure(object $widget, array $definitions): widget + public static function configure(object $widget, array $definitions): Widget { if (!$widget instanceof Widget) { throw new InvalidArgumentException(