Skip to content

Commit

Permalink
Add additional null typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed May 12, 2020
1 parent a5bb14d commit 82f7b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/src/Dom/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ public function deduplicateTag($tagName)
/**
* Main tag to keep.
*
* @var DOMElement $mainTag
* @var DOMElement|null $mainTag
*/
$mainTag = $tags->item(0);

Expand Down

0 comments on commit 82f7b02

Please sign in to comment.