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:
parent
8f0244aa7e
commit
ce1feb1ebf
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user