We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d36831 commit 2aeec6bCopy full SHA for 2aeec6b
src/Adapters/Twitter/Api.php
@@ -15,7 +15,7 @@ protected function fetchData(): array
15
$token = $this->extractor->getSetting('twitter:token');
16
17
if (!$token) {
18
- return null;
+ return [];
19
}
20
21
$uri = $this->extractor->getUri();
0 commit comments