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:
parent
ea0a99d3a8
commit
d60ece752c
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user