mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +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()
|
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()
|
public function getOrder()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user