mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
fix: code location is nullable (#3334)
This commit is contained in:
parent
fa601f97d7
commit
7dd1823c4c
@ -20,6 +20,6 @@ interface MethodVisibilityProviderInterface
|
||||
string $fq_classlike_name,
|
||||
string $method_name_lowercase,
|
||||
Context $context,
|
||||
CodeLocation $code_location
|
||||
CodeLocation $code_location = null
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user