From 2f5712057fafe01a771d852aa37a5aa98e30709c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:21:10 +0000 Subject: [PATCH 1/2] Update php-forge/support requirement from ^0.1 to ^0.3 Updates the requirements on [php-forge/support](https://github.com/php-forge/support) to permit the latest version. - [Release notes](https://github.com/php-forge/support/releases) - [Changelog](https://github.com/php-forge/support/blob/main/CHANGELOG.md) - [Commits](https://github.com/php-forge/support/compare/0.1.0...0.3.2) --- updated-dependencies: - dependency-name: php-forge/support dependency-version: 0.3.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..12b0f24 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "require-dev": { "maglnet/composer-require-checker": "^4.7", - "php-forge/support": "^0.1", + "php-forge/support": "^0.3", "phpunit/phpunit": "^10.5", "roave/infection-static-analysis-plugin": "^1.34", "symplify/easy-coding-standard": "^12.1", From 49e75a98627516c2abcba3be455eb64fd3b40e35 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 4 May 2026 02:21:21 +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(