Make count( use global namespace

This commit is contained in:
Dennis Eichhorn 2019-02-11 22:23:56 +01:00
parent 6865206f7e
commit c23e307256

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);
} }