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", 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){