From 2ae899fc95191b3324208f32389c749a1aaeaaf9 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Sun, 23 Apr 2023 18:01:58 +0000 Subject: [PATCH] Update phpdoc-parser --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 492e1a6f7d..534087da29 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ondram/ci-detector": "^3.4.0", "ondrejmirtes/better-reflection": "6.8.0.1", "phpstan/php-8-stubs": "0.3.60", - "phpstan/phpdoc-parser": "1.20.1", + "phpstan/phpdoc-parser": "1.20.2", "react/async": "^3", "react/child-process": "^0.6.4", "react/dns": "^1.10", diff --git a/composer.lock b/composer.lock index 62cfb2f177..0d04a29e00 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": "eff9947845c6ede156a2b104874ad17f", + "content-hash": "ca211075a89be20eaa0ede7c03832ae2", "packages": [ { "name": "clue/ndjson-react", @@ -2203,16 +2203,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.20.1", + "version": "1.20.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "57f6787f0bb6431905a18aa7caea25dcd2bd59e0" + "reference": "90490bd8fd8530a272043c4950c180b6d0cf5f81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/57f6787f0bb6431905a18aa7caea25dcd2bd59e0", - "reference": "57f6787f0bb6431905a18aa7caea25dcd2bd59e0", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/90490bd8fd8530a272043c4950c180b6d0cf5f81", + "reference": "90490bd8fd8530a272043c4950c180b6d0cf5f81", "shasum": "" }, "require": { @@ -2242,9 +2242,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.1" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.2" }, - "time": "2023-04-22T09:05:52+00:00" + "time": "2023-04-22T12:59:35+00:00" }, { "name": "psr/container",