From f1de0abfdacc6d49afaadfd171f2e368fe8e6067 Mon Sep 17 00:00:00 2001 From: magdev Date: Wed, 5 Jun 2019 10:14:16 +0200 Subject: [PATCH] typo --- src/Util/DataCollector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/DataCollector.php b/src/Util/DataCollector.php index 04edd83..aeb99bf 100644 --- a/src/Util/DataCollector.php +++ b/src/Util/DataCollector.php @@ -97,7 +97,7 @@ class DataCollector implements DataCollectorInterface */ public function hasData(): bool { - return sizeof($this->data) > o ? true : false; + return sizeof($this->data) > 0 ? true : false; }