typo
This commit is contained in:
@@ -97,7 +97,7 @@ class DataCollector implements DataCollectorInterface
|
|||||||
*/
|
*/
|
||||||
public function hasData(): bool
|
public function hasData(): bool
|
||||||
{
|
{
|
||||||
return sizeof($this->data) > o ? true : false;
|
return sizeof($this->data) > 0 ? true : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user