mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Remove void return type
This commit is contained in:
parent
db6a9d5b6f
commit
cd1e1f40a0
@ -115,7 +115,8 @@ class ConfigFile
|
||||
return $doc;
|
||||
}
|
||||
|
||||
private function saveXml(DomDocument $config_xml): void
|
||||
/** @return void */
|
||||
private function saveXml(DomDocument $config_xml)
|
||||
{
|
||||
$new_file_contents = $config_xml->saveXML($config_xml);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user