1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

style: remove unused variable declaration

This commit is contained in:
Patrick Remy 2022-01-20 23:06:20 +01:00
parent 8f0244aa7e
commit ce1feb1ebf
No known key found for this signature in database
GPG Key ID: FE25C0B14C0500CD

View File

@ -906,7 +906,6 @@ class TypeExpander
throw new UnresolvableConstantException($type_param->fq_classlike_name, $type_param->const_name);
}
$constant_type = null;
try {
$constant_type = $codebase->classlikes->getClassConstantType(
$type_param->fq_classlike_name,