Skip to content

Commit

Permalink
[BUILD] Removed superfluous phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jul 25, 2019
1 parent 10816f4 commit e87513e
Show file tree
Hide file tree
Showing 68 changed files with 17 additions and 1,053 deletions.
14 changes: 0 additions & 14 deletions src/Builder/AlbumInfoBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ private function __construct()
}

/**
* @param string $artist
* @param string $album
*
* @return AlbumInfoBuilder
*/
public static function forAlbum(string $artist, string $album): self
Expand All @@ -38,8 +35,6 @@ public static function forAlbum(string $artist, string $album): self
}

/**
* @param string $mbid
*
* @return AlbumInfoBuilder
*/
public static function forMbid(string $mbid): self
Expand All @@ -52,8 +47,6 @@ public static function forMbid(string $mbid): self
}

/**
* @param string $name
*
* @return AlbumInfoBuilder
*/
public function forUsername(string $name): self
Expand All @@ -64,8 +57,6 @@ public function forUsername(string $name): self
}

/**
* @param string $name
*
* @return AlbumInfoBuilder
*/
public function language(string $name): self
Expand All @@ -76,8 +67,6 @@ public function language(string $name): self
}

/**
* @param bool $autocorrect
*
* @return AlbumInfoBuilder
*/
public function autocorrect(bool $autocorrect): self
Expand All @@ -87,9 +76,6 @@ public function autocorrect(bool $autocorrect): self
return $this;
}

/**
* @return array
*/
public function getQuery(): array
{
return $this->query;
Expand Down
12 changes: 0 additions & 12 deletions src/Builder/AlbumTagsBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ private function __construct()
}

/**
* @param string $artist
* @param string $album
*
* @return AlbumTagsBuilder
*/
public static function forAlbum(string $artist, string $album): self
Expand All @@ -38,8 +35,6 @@ public static function forAlbum(string $artist, string $album): self
}

/**
* @param string $mbid
*
* @return AlbumTagsBuilder
*/
public static function forMbid(string $mbid): self
Expand All @@ -52,8 +47,6 @@ public static function forMbid(string $mbid): self
}

/**
* @param string $name
*
* @return AlbumTagsBuilder
*/
public function forUsername(string $name): self
Expand All @@ -64,8 +57,6 @@ public function forUsername(string $name): self
}

/**
* @param bool $autocorrect
*
* @return AlbumTagsBuilder
*/
public function autocorrect(bool $autocorrect): self
Expand All @@ -75,9 +66,6 @@ public function autocorrect(bool $autocorrect): self
return $this;
}

/**
* @return array
*/
public function getQuery(): array
{
return $this->query;
Expand Down
10 changes: 0 additions & 10 deletions src/Builder/AlbumTopTagsBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ private function __construct()
}

/**
* @param string $artist
* @param string $album
*
* @return AlbumTopTagsBuilder
*/
public static function forAlbum(string $artist, string $album): self
Expand All @@ -38,8 +35,6 @@ public static function forAlbum(string $artist, string $album): self
}

/**
* @param string $mbid
*
* @return AlbumTopTagsBuilder
*/
public static function forMbid(string $mbid): self
Expand All @@ -52,8 +47,6 @@ public static function forMbid(string $mbid): self
}

/**
* @param bool $autocorrect
*
* @return AlbumTopTagsBuilder
*/
public function autocorrect(bool $autocorrect): self
Expand All @@ -63,9 +56,6 @@ public function autocorrect(bool $autocorrect): self
return $this;
}

/**
* @return array
*/
public function getQuery(): array
{
return $this->query;
Expand Down
13 changes: 0 additions & 13 deletions src/Builder/ArtistInfoBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ private function __construct()
}

/**
* @param string $artist
*
* @return ArtistInfoBuilder
*/
public static function forArtist(string $artist): self
Expand All @@ -36,8 +34,6 @@ public static function forArtist(string $artist): self
}

/**
* @param string $mbid
*
* @return ArtistInfoBuilder
*/
public static function forMbid(string $mbid): self
Expand All @@ -50,8 +46,6 @@ public static function forMbid(string $mbid): self
}

/**
* @param bool $autocorrect
*
* @return ArtistInfoBuilder
*/
public function autocorrect(bool $autocorrect): self
Expand All @@ -62,8 +56,6 @@ public function autocorrect(bool $autocorrect): self
}

/**
* @param string $name
*
* @return ArtistInfoBuilder
*/
public function language(string $name): self
Expand All @@ -74,8 +66,6 @@ public function language(string $name): self
}

/**
* @param string $name
*
* @return ArtistInfoBuilder
*/
public function forUsername(string $name): self
Expand All @@ -85,9 +75,6 @@ public function forUsername(string $name): self
return $this;
}

/**
* @return array
*/
public function getQuery(): array
{
return $this->query;
Expand Down
11 changes: 0 additions & 11 deletions src/Builder/ArtistTagsBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ private function __construct()
}

/**
* @param string $artist
*
* @return ArtistTagsBuilder
*/
public static function forArtist(string $artist): self
Expand All @@ -36,8 +34,6 @@ public static function forArtist(string $artist): self
}

/**
* @param string $mbid
*
* @return ArtistTagsBuilder
*/
public static function forMbid(string $mbid): self
Expand All @@ -50,8 +46,6 @@ public static function forMbid(string $mbid): self
}

/**
* @param string $name
*
* @return ArtistTagsBuilder
*/
public function forUsername(string $name): self
Expand All @@ -62,8 +56,6 @@ public function forUsername(string $name): self
}

/**
* @param bool $autocorrect
*
* @return ArtistTagsBuilder
*/
public function autocorrect(bool $autocorrect): self
Expand All @@ -73,9 +65,6 @@ public function autocorrect(bool $autocorrect): self
return $this;
}

/**
* @return array
*/
public function getQuery(): array
{
return $this->query;
Expand Down
13 changes: 0 additions & 13 deletions src/Builder/ArtistTopAlbumsBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ private function __construct()
}

/**
* @param string $artist
*
* @return ArtistTopAlbumsBuilder
*/
public static function forArtist(string $artist): self
Expand All @@ -36,8 +34,6 @@ public static function forArtist(string $artist): self
}

/**
* @param string $mbid
*
* @return ArtistTopAlbumsBuilder
*/
public static function forMbid(string $mbid): self
Expand All @@ -50,8 +46,6 @@ public static function forMbid(string $mbid): self
}

/**
* @param bool $autocorrect
*
* @return ArtistTopAlbumsBuilder
*/
public function autocorrect(bool $autocorrect): self
Expand All @@ -62,8 +56,6 @@ public function autocorrect(bool $autocorrect): self
}

/**
* @param int $limit
*
* @return ArtistTopAlbumsBuilder
*/
public function limit(int $limit): self
Expand All @@ -74,8 +66,6 @@ public function limit(int $limit): self
}

/**
* @param int $page
*
* @return ArtistTopAlbumsBuilder
*/
public function page(int $page): self
Expand All @@ -85,9 +75,6 @@ public function page(int $page): self
return $this;
}

/**
* @return array
*/
public function getQuery(): array
{
return $this->query;
Expand Down
9 changes: 0 additions & 9 deletions src/Builder/ArtistTopTagsBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ private function __construct()
}

/**
* @param string $artist
*
* @return ArtistTopTagsBuilder
*/
public static function forArtist(string $artist): self
Expand All @@ -36,8 +34,6 @@ public static function forArtist(string $artist): self
}

/**
* @param string $mbid
*
* @return ArtistTopTagsBuilder
*/
public static function forMbid(string $mbid): self
Expand All @@ -50,8 +46,6 @@ public static function forMbid(string $mbid): self
}

/**
* @param bool $autocorrect
*
* @return ArtistTopTagsBuilder
*/
public function autocorrect(bool $autocorrect): self
Expand All @@ -61,9 +55,6 @@ public function autocorrect(bool $autocorrect): self
return $this;
}

/**
* @return array
*/
public function getQuery(): array
{
return $this->query;
Expand Down
13 changes: 0 additions & 13 deletions src/Builder/ArtistTopTracksBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ private function __construct()
}

/**
* @param string $artist
*
* @return ArtistTopTracksBuilder
*/
public static function forArtist(string $artist): self
Expand All @@ -36,8 +34,6 @@ public static function forArtist(string $artist): self
}

/**
* @param string $mbid
*
* @return ArtistTopTracksBuilder
*/
public static function forMbid(string $mbid): self
Expand All @@ -50,8 +46,6 @@ public static function forMbid(string $mbid): self
}

/**
* @param bool $autocorrect
*
* @return ArtistTopTracksBuilder
*/
public function autocorrect(bool $autocorrect): self
Expand All @@ -62,8 +56,6 @@ public function autocorrect(bool $autocorrect): self
}

/**
* @param int $limit
*
* @return ArtistTopTracksBuilder
*/
public function limit(int $limit): self
Expand All @@ -74,8 +66,6 @@ public function limit(int $limit): self
}

/**
* @param int $page
*
* @return ArtistTopTracksBuilder
*/
public function page(int $page): self
Expand All @@ -85,9 +75,6 @@ public function page(int $page): self
return $this;
}

/**
* @return array
*/
public function getQuery(): array
{
return $this->query;
Expand Down

0 comments on commit e87513e

Please sign in to comment.