From 0e98150eff1d71de28c683a8de115c4efef83b8a Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Fri, 5 Nov 2021 11:23:57 +0100 Subject: [PATCH] Update BetterReflection with support for tentative return types --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c0949cb8a2..6de66de73e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nette/utils": "^3.1.3", "nikic/php-parser": "4.13.1", "ondram/ci-detector": "^3.4.0", - "ondrejmirtes/better-reflection": "4.3.75", + "ondrejmirtes/better-reflection": "4.3.76", "phpstan/php-8-stubs": "^0.1.23", "phpstan/phpdoc-parser": "^1.2.0", "react/child-process": "^0.6.4", diff --git a/composer.lock b/composer.lock index e4afde790c..cf7c004645 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": "03cdc019b10c39fb2268fbf1321e0e9d", + "content-hash": "cce39014acc6ed91f935ff1d09084570", "packages": [ { "name": "clue/block-react", @@ -2074,21 +2074,21 @@ }, { "name": "ondrejmirtes/better-reflection", - "version": "4.3.75", + "version": "4.3.76", "source": { "type": "git", "url": "https://github.com/ondrejmirtes/BetterReflection.git", - "reference": "23524f006346313e0371b3a7d938b1a40a50c6b0" + "reference": "4710a2da24f67fde925a454a57036abacc9bbfa3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/23524f006346313e0371b3a7d938b1a40a50c6b0", - "reference": "23524f006346313e0371b3a7d938b1a40a50c6b0", + "url": "https://api.github.com/repos/ondrejmirtes/BetterReflection/zipball/4710a2da24f67fde925a454a57036abacc9bbfa3", + "reference": "4710a2da24f67fde925a454a57036abacc9bbfa3", "shasum": "" }, "require": { "ext-json": "*", - "jetbrains/phpstorm-stubs": "dev-master#0a73df114cdea7f30c8b5f6fbfbf8e6839a89e88", + "jetbrains/phpstorm-stubs": "dev-master#fdcc30312221ce08f3a4413588e2df4b77f843fc", "nikic/php-parser": "^4.13.0", "php": ">=7.1.0" }, @@ -2138,9 +2138,9 @@ ], "description": "Better Reflection - an improved code reflection API", "support": { - "source": "https://github.com/ondrejmirtes/BetterReflection/tree/4.3.75" + "source": "https://github.com/ondrejmirtes/BetterReflection/tree/4.3.76" }, - "time": "2021-11-04T15:58:23+00:00" + "time": "2021-11-05T10:21:18+00:00" }, { "name": "phpstan/php-8-stubs",