From fa706ba79c20c4cf2b809f3116514d8528ad3dc8 Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Wed, 20 Aug 2025 19:12:55 +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 e68db5224c..aacc51164c 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.20", + "phpstan/php-8-stubs": "0.4.22", "phpstan/phpdoc-parser": "2.2.0", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index 18178ca794..7a5615a2eb 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": "c26972079e861786cd83afadb9fb3da6", + "content-hash": "4154fb5d6d3f3dac05617328e94c0144", "packages": [ { "name": "clue/ndjson-react", @@ -2380,16 +2380,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.4.20", + "version": "0.4.22", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "c1fe2a46e7457640a21e3af707e99df1302cf892" + "reference": "ec94721c3da166ab958be1172636d46bce863d51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/c1fe2a46e7457640a21e3af707e99df1302cf892", - "reference": "c1fe2a46e7457640a21e3af707e99df1302cf892", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/ec94721c3da166ab958be1172636d46bce863d51", + "reference": "ec94721c3da166ab958be1172636d46bce863d51", "shasum": "" }, "type": "library", @@ -2406,9 +2406,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.20" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.4.22" }, - "time": "2025-08-20T00:22:11+00:00" + "time": "2025-08-20T19:12:18+00:00" }, { "name": "phpstan/phpdoc-parser",