You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Warning: count(): Parameter must be an array or an object that implements Countable in D:\CodeRepo\apple-news-compile-test\vendor\chapter-three\apple-news-api\src\Document\Metadata.php on line 338
The text was updated successfully, but these errors were encountered:
In recent PHP versions it is required that an object is an array/countable before you do a count on it.
https://github.com/chapter-three/AppleNewsAPI/blob/master/src/Document/Metadata.php#L338
PHP Warning: count(): Parameter must be an array or an object that implements Countable in D:\CodeRepo\apple-news-compile-test\vendor\chapter-three\apple-news-api\src\Document\Metadata.php on line 338
The text was updated successfully, but these errors were encountered: