Fix php 5.6 compatibility

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

View File

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