Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jun 25, 2024
1 parent 6796f16 commit df8476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ForgeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ForgeManager
* Create a new Forge manager instance.
*
* @param string $token
* @param \GuzzleHttp\Client|null $guzzle
* @param \GuzzleHttp\Client|null $guzzle
*/
public function __construct($token, HttpClient $guzzle = null)
{
Expand Down

0 comments on commit df8476f

Please sign in to comment.