From 0f0f3023828e101bb246f8ab34efe24f95bd9cfc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Feb 2019 22:25:15 +0100 Subject: [PATCH] Fix global \count( --- Models/BatchPosting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index 575515f..d1f2c8a 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -202,7 +202,7 @@ class BatchPosting implements \Countable /** * {@inheritdoc} */ - public function \count() : int + public function count() : int { return \count($this->postings); }