Don't mention enchantments in generic StringToTParser doc-comment (#5894)

This commit is contained in:
Wertzui123 2023-07-14 18:42:19 +02:00 committed by GitHub
parent f7c08dedee
commit 45d1ce9bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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){