Skip to content

Commit

Permalink
Fixed missing param tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NateShoffner committed Dec 11, 2021
1 parent b994000 commit accf05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JikanPHPClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class JikanPHPClient
* JikanPHPClient constructor.
*
* @param Client|null $guzzle
* @param string $baseUrl
*/
public function __construct(Client $guzzle = null, $baseUrl = Constants::BASE_URL)
{
Expand Down

0 comments on commit accf05b

Please sign in to comment.