Fix php 5.6 compatibility

This commit is contained in:
Thilina Hasantha
2019-02-04 06:20:05 +01:00
parent af9b9119ef
commit 26e55e8644

View File

@@ -175,7 +175,7 @@ class DataQuery
/**
* @return bool
*/
public function isLengthSet(): bool
public function isLengthSet()
{
return $this->isLengthSet;
}