Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / web / modules / contrib / media_entity_twitter / src / TweetFetcherInterface.php
index a4dbf33ddd7e4cc683b6ae976e2e520525b691a1..037cd4bcb8ea4acbd8bc7bc5c94e11df6967b913 100644 (file)
@@ -12,7 +12,7 @@ interface TweetFetcherInterface {
    *
    * @param int $id
    *   The tweet ID.
-
+   *
    * @return array
    *   The tweet information.
    *
@@ -35,7 +35,7 @@ interface TweetFetcherInterface {
    *
    * @param string $consumer_key
    *   The consumer key.
-   * @param $consumer_secret
+   * @param string $consumer_secret
    *   The consumer secret.
    * @param string $oauth_access_token
    *   The OAuth access token.