Skip to content

Commit

Permalink
Removed unnecessary var annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki authored and orklah committed Feb 11, 2022
1 parent 88dbfc7 commit c46818a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Psalm/Config.php
Expand Up @@ -764,7 +764,6 @@ private static function validateXmlConfig(string $base_dir, string $file_content

$psalm_nodes = $dom_document->getElementsByTagName('psalm');

/** @var DOMElement|null */
$psalm_node = $psalm_nodes->item(0);

if (!$psalm_node) {
Expand Down

0 comments on commit c46818a

Please sign in to comment.