From 50aac67ead170ea1b07e8aeaccb21b96f19746ef Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Wed, 27 Aug 2025 00:22:41 +0000 Subject: [PATCH] Update PHP 8 stubs --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 50aafd5b8e..0c36739b2e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ondrejmirtes/better-reflection": "6.57.0.0", "ondrejmirtes/composer-attribute-collector": "^1.1.1", "ondrejmirtes/php-merge": "^4.1", - "phpstan/php-8-stubs": "0.4.23", + "phpstan/php-8-stubs": "0.4.24", "phpstan/phpdoc-parser": "2.2.0", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index f44c2a8064..39392e82e9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bf6b7cc7443bb8770f4ebc2d328cf218", + "content-hash": "a9fea5ddf9fd1a14db05fa015a3b75a1", "packages": [ { "name": "clue/ndjson-react", @@ -2372,16 +2372,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.4.23", + "version": "0.4.24", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "a09e8291d8f102c95a974da9634839322bb79e04" + "reference": "40dea0d7d8c3ee7afa2aee7c71a5d78a53506b2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/a09e8291d8f102c95a974da9634839322bb79e04", - "reference": "a09e8291d8f102c95a974da9634839322bb79e04", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/40dea0d7d8c3ee7afa2aee7c71a5d78a53506b2e", + "reference": "40dea0d7d8c3ee7afa2aee7c71a5d78a53506b2e", "shasum": "" }, "type": "library", @@ -2398,9 +2398,9 @@ "description": "PHP stubs extracted from php-src", "support": { "issues": "https://github.com/phpstan/php-8-stubs/issues", - "source": "https://github.com/phpstan/php-8-stubs/tree/0.4.23" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.4.24" }, - "time": "2025-08-20T20:20:26+00:00" + "time": "2025-08-27T00:22:10+00:00" }, { "name": "phpstan/phpdoc-parser",