mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
lib: Fix PHPDoc of SimpleQuery::getOrder()
This commit is contained in:
parent
747c6f9b0b
commit
5008537683
@ -400,13 +400,13 @@ class SimpleQuery implements QueryInterface, Queryable, Iterator
|
||||
*/
|
||||
public function hasOrder()
|
||||
{
|
||||
return !empty($this->order);
|
||||
return ! empty($this->order);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the order if any
|
||||
* Get the order
|
||||
*
|
||||
* @return array|null
|
||||
* @return array
|
||||
*/
|
||||
public function getOrder()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user