Skip to content

Commit

Permalink
Merge pull request #49 from masbug/analysis-Yj7bwY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
masbug committed Jan 3, 2022
2 parents 1645675 + a7f656f commit bfbca49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StreamableUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
*/

use Google\Client;
use Google\Http\REST;
use Google\Exception as GoogleException;
use Google\Http\REST;
use GuzzleHttp\Psr7\LimitStream;
use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Psr7\Uri;
Expand Down Expand Up @@ -79,7 +79,7 @@ class StreamableUpload
private $httpResultCode;

/**
* @param Client $client
* @param Client $client
* @param RequestInterface $request
* @param string $mimeType
* @param null|string|resource|StreamInterface $data Data you want to upload
Expand Down

0 comments on commit bfbca49

Please sign in to comment.