From 55d63966c87887702bb2c424d3f05ae7334cd5a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:52:52 +0000 Subject: [PATCH 1/2] chore(deps): update dependency phpstan/phpstan to v1.12.34 --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 0c72b4e3..713cc6dd 100644 --- a/composer.lock +++ b/composer.lock @@ -2078,11 +2078,11 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.32", + "version": "1.12.34", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2770dcdf5078d0b0d53f94317e06affe88419aa8", - "reference": "2770dcdf5078d0b0d53f94317e06affe88419aa8", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4dd89ca7aa30fdc6760be21550d583bcc32e8476", + "reference": "4dd89ca7aa30fdc6760be21550d583bcc32e8476", "shasum": "" }, "require": { @@ -2127,7 +2127,7 @@ "type": "github" } ], - "time": "2025-09-30T10:16:31+00:00" + "time": "2026-07-28T10:04:39+00:00" }, { "name": "phpstan/phpstan-strict-rules", From 6188ff8bc3734e36ac77acebc0411736d36af8bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:53:08 +0000 Subject: [PATCH 2/2] Apply automatic changes --- src/hazardteam/lottery/LotteryManager.php | 2 +- src/hazardteam/lottery/LotteryRange.php | 2 +- src/hazardteam/lottery/Main.php | 2 +- src/hazardteam/lottery/commands/LotteryCommand.php | 2 +- src/hazardteam/lottery/commands/subcommands/PlaySubCommand.php | 2 +- .../lottery/commands/subcommands/ReloadSubCommand.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/hazardteam/lottery/LotteryManager.php b/src/hazardteam/lottery/LotteryManager.php index 94693d58..8525ca9e 100644 --- a/src/hazardteam/lottery/LotteryManager.php +++ b/src/hazardteam/lottery/LotteryManager.php @@ -1,7 +1,7 @@