mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix incorrect type hints
This commit is contained in:
parent
8c87d9ee1d
commit
addf4d9972
2 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ class DBQueryParser extends BaseParser
|
|||
/**
|
||||
* Parse a query.
|
||||
*
|
||||
* @param SimpleXMLElement $xml
|
||||
* @param \SimpleXMLElement $xml
|
||||
* @param string $name
|
||||
* @return object
|
||||
*/
|
||||
|
|
@ -248,7 +248,7 @@ class DBQueryParser extends BaseParser
|
|||
/**
|
||||
* Parse conditions.
|
||||
*
|
||||
* @param SimpleXMLElement $parent
|
||||
* @param \SimpleXMLElement $parent
|
||||
* @return array
|
||||
*/
|
||||
protected static function _parseConditions(\SimpleXMLElement $parent): array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue