mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix incorrect type hints
This commit is contained in:
parent
8c87d9ee1d
commit
addf4d9972
2 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ class DBTableParser extends BaseParser
|
|||
* @param string $content
|
||||
* @return ?object
|
||||
*/
|
||||
public static function loadXML(string $filename = '', string $content = ''): object
|
||||
public static function loadXML(string $filename = '', string $content = ''): ?object
|
||||
{
|
||||
// Load the XML content.
|
||||
if ($content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue