Fix php 5.6 compatibility
This commit is contained in:
@@ -175,7 +175,7 @@ class DataQuery
|
|||||||
/**
|
/**
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isLengthSet(): bool
|
public function isLengthSet()
|
||||||
{
|
{
|
||||||
return $this->isLengthSet;
|
return $this->isLengthSet;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user