Passed
Branch init (bfa39e)
by Pulkit
02:44
created
src/Http/Http.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Sourceout\LastFm\Http;
3 3
 
4
+use Http\Client\Exception\TransferException;
4 5
 use Http\Client\HttpClient;
5
-use Http\Message\MessageFactory;
6 6
 use Http\Discovery\HttpClientDiscovery;
7
-use Psr\Http\Message\ResponseInterface;
8 7
 use Http\Discovery\MessageFactoryDiscovery;
9
-use Http\Client\Exception\TransferException;
8
+use Http\Message\MessageFactory;
9
+use Psr\Http\Message\ResponseInterface;
10 10
 use Sourceout\LastFm\Exception\HttpTransferException;
11 11
 
12 12
 class Http implements HttpInterface
Please login to merge, or discard this patch.
src/Services/GeoService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
      * @param string $country
10 10
      * @param integer $page
11 11
      * @param integer $limit
12
-     * @return mixed
12
+     * @return \Tightenco\Collect\Support\Collection
13 13
      */
14 14
     public function getTopArtists(
15 15
         string $country,
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * @param string $location
30 30
      * @param integer $limit
31 31
      * @param integer $page
32
-     * @return mixed
32
+     * @return \Tightenco\Collect\Support\Collection
33 33
      */
34 34
     public function getTopTracks(
35 35
         string $country,
Please login to merge, or discard this patch.