Completed
Pull Request — master (#42)
by
unknown
03:33
created
src/Strava/API/OAuth.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Strava\API;
3 3
 
4
-use League\OAuth2\Client\Entity\User;
5 4
 use League\OAuth2\Client\Token\AccessToken as AccessToken;
6 5
 use League\OAuth2\Client\Tool\BearerAuthorizationTrait as BearerAuthorizationTrait;
7 6
 use League\OAuth2\Client\Provider\AbstractProvider as AbstractProvider;
Please login to merge, or discard this patch.
src/Strava/API/Service/REST.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * Get a request result.
47 47
      * Returns an array with a response body or and error code => reason.
48
-     * @param $response
48
+     * @param \Psr\Http\Message\ResponseInterface $response
49 49
      * @return array|mixed
50 50
      */
51 51
     public function getResult($response)
Please login to merge, or discard this patch.