1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Remove unused vars

This commit is contained in:
Matthew Brown 2019-01-20 01:52:58 -05:00
parent 7dfcefd35d
commit 7fa05abb5a

View File

@ -474,7 +474,6 @@ class StaticCallAnalyzer extends \Psalm\Internal\Analyzer\Statements\Expression\
];
$method_id = $fq_class_name . '::__callstatic';
$cased_method_id = $fq_class_name . '::__callStatic';
}
}