From 45d1ce9bb880f0dbc8cd64ba7bd693b61bed026c Mon Sep 17 00:00:00 2001 From: Wertzui123 <46199283+Wertzui123@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:42:19 +0200 Subject: [PATCH 1/2] Don't mention enchantments in generic StringToTParser doc-comment (#5894) --- src/utils/StringToTParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/StringToTParser.php b/src/utils/StringToTParser.php index f87db7173..0166e2a28 100644 --- a/src/utils/StringToTParser.php +++ b/src/utils/StringToTParser.php @@ -59,7 +59,7 @@ abstract class StringToTParser{ } /** - * Tries to parse the specified string into an enchantment. + * Tries to parse the specified string into a corresponding instance of T. * @phpstan-return T|null */ public function parse(string $input){ From 0c1bfb058afae74dc7c06a5328576db54ded36c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:45:36 +0100 Subject: [PATCH 2/2] Bump phpunit/phpunit from 10.2.3 to 10.2.5 (#5898) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.2.3 to 10.2.5. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.5/ChangeLog-10.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.2.3...10.2.5) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 9b9c02c92..e005f6ca7 100644 --- a/composer.lock +++ b/composer.lock @@ -1937,16 +1937,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.2.3", + "version": "10.2.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e" + "reference": "15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/35c8cac1734ede2ae354a6644f7088356ff5b08e", - "reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd", + "reference": "15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd", "shasum": "" }, "require": { @@ -2018,7 +2018,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.5" }, "funding": [ { @@ -2034,7 +2034,7 @@ "type": "tidelift" } ], - "time": "2023-06-30T06:17:38+00:00" + "time": "2023-07-14T04:18:47+00:00" }, { "name": "sebastian/cli-parser",