Fix global \count(

This commit is contained in:
Dennis Eichhorn 2019-02-11 22:25:15 +01:00
parent c23e307256
commit 0f0f302382

View File

@ -202,7 +202,7 @@ class BatchPosting implements \Countable
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function \count() : int public function count() : int
{ {
return \count($this->postings); return \count($this->postings);
} }