Open
Description
Steps to reproduce:
Open the file in your editor and let the language server index it: https://raw.githubusercontent.com/WoltLab/WCF/2e6e2f312972acd0888fa242e3a5e44afe84c308/wcfsetup/install/files/lib/util/XMLWriter.class.php
Go to line 78
, and hover over $this->endElement()
;
Expected result:
<?php
public function endElement() {}
----------
Ends the last opened element.