Skip to content

Commit 83e3a57

Browse files
jbrooksukgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 6bee4b6 commit 83e3a57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Forge.php

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class Forge
5252
/**
5353
* Create a new Forge instance.
5454
*
55-
* @param string|null $apiKey
5655
* @return void
5756
*/
5857
public function __construct(?string $apiKey = null, ?HttpClient $guzzle = null)
@@ -84,7 +83,6 @@ protected function transformCollection($collection, $class, $extraData = [])
8483
/**
8584
* Set the api key and setup the guzzle request object.
8685
*
87-
* @param string $apiKey
8886
* @param \GuzzleHttp\Client|null $guzzle
8987
* @return $this
9088
*/

0 commit comments

Comments
 (0)