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

Removed unnecessary var annotation

This commit is contained in:
sasezaki 2022-02-11 12:54:25 +09:00 committed by orklah
parent 88dbfc7c00
commit c46818ac24

View File

@ -764,7 +764,6 @@ class Config
$psalm_nodes = $dom_document->getElementsByTagName('psalm');
/** @var DOMElement|null */
$psalm_node = $psalm_nodes->item(0);
if (!$psalm_node) {