1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

chore: mark as lowercase string (#3392)

This commit is contained in:
feek 2020-05-18 13:02:46 -07:00 committed by GitHub
parent ea0a99d3a8
commit d60ece752c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@ interface MethodReturnTypeProviderInterface
/**
* @param array<PhpParser\Node\Arg> $call_args
* @param ?array<Type\Union> $template_type_parameters
*
* @param lowercase-string $method_name_lowercase
* @param lowercase-string $called_method_name_lowercase
* @return ?Type\Union
*/
public static function getMethodReturnType(