1
0
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:
feek 2020-05-10 18:12:10 -07:00 committed by GitHub
parent fa601f97d7
commit 7dd1823c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,6 @@ interface MethodVisibilityProviderInterface
string $fq_classlike_name,
string $method_name_lowercase,
Context $context,
CodeLocation $code_location
CodeLocation $code_location = null
);
}