Passed
Branch init (bfa39e)
by Pulkit
02:44
created
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.