Skip to content

Commit 4eb36e0

Browse files
DEV-4690 - Improve comment on type to make it clearer how it works
1 parent 89921f3 commit 4eb36e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrintfulApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class PrintfulApiClient
4848

4949
/**
5050
* @param string $key
51-
* @param string $type // OAuth token or Legacy Store Key
51+
* @param string $type // PrintfulApiClient::TYPE_LEGACY_STORE_KEY or PrintfulApiClient::TYPE_OAUTH_TOKEN
5252
* @throws \Printful\Exceptions\PrintfulException if the library failed to initialize
5353
*/
5454
public function __construct($key, $type = self::DEFAULT_KEY)

0 commit comments

Comments
 (0)