From 025470e145417db851adb8e1bef3e481b74d4c9f Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:18:28 +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 e5f77ae753..d033daaf21 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "nikic/php-parser": "^4.17.1", "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "6.25.0.17", - "phpstan/php-8-stubs": "0.3.97", + "phpstan/php-8-stubs": "0.3.98", "phpstan/phpdoc-parser": "1.29.1", "psr/http-message": "^1.1", "react/async": "^3", diff --git a/composer.lock b/composer.lock index b50891bf2c..46635833ba 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": "758196456ce51136032914c3ba937aff", + "content-hash": "5658482bd1bfa5d86d2ae312865bfd24", "packages": [ { "name": "clue/ndjson-react", @@ -2248,16 +2248,16 @@ }, { "name": "phpstan/php-8-stubs", - "version": "0.3.97", + "version": "0.3.98", "source": { "type": "git", "url": "https://github.com/phpstan/php-8-stubs.git", - "reference": "cf1c7eedf0be83dabf3a8694556445966a1f57f0" + "reference": "5a2c1686edf1908e536dbd6d4789aad26794431c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/cf1c7eedf0be83dabf3a8694556445966a1f57f0", - "reference": "cf1c7eedf0be83dabf3a8694556445966a1f57f0", + "url": "https://api.github.com/repos/phpstan/php-8-stubs/zipball/5a2c1686edf1908e536dbd6d4789aad26794431c", + "reference": "5a2c1686edf1908e536dbd6d4789aad26794431c", "shasum": "" }, "type": "library", @@ -2274,9 +2274,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.3.97" + "source": "https://github.com/phpstan/php-8-stubs/tree/0.3.98" }, - "time": "2024-08-26T12:05:47+00:00" + "time": "2024-08-27T00:17:50+00:00" }, { "name": "phpstan/phpdoc-parser",