X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmedia_entity_twitter%2Fsrc%2FTweetFetcher.php;h=88b442bd7eca6584640b5770aade238430022374;hb=9e65bae52407293a5182f19dc57b5628b09e92f4;hp=1c4b211bad653188a3c0facb2559ae97d0be8732;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/modules/contrib/media_entity_twitter/src/TweetFetcher.php b/web/modules/contrib/media_entity_twitter/src/TweetFetcher.php index 1c4b211ba..88b442bd7 100644 --- a/web/modules/contrib/media_entity_twitter/src/TweetFetcher.php +++ b/web/modules/contrib/media_entity_twitter/src/TweetFetcher.php @@ -35,7 +35,7 @@ class TweetFetcher implements TweetFetcherInterface { /** * TweetFetcher constructor. * - * @param \Drupal\Core\Cache\CacheBackendInterface|NULL $cache + * @param \Drupal\Core\Cache\CacheBackendInterface|null $cache * (optional) A cache bin for storing fetched tweets. */ public function __construct(CacheBackendInterface $cache = NULL) {