We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89921f3 commit 4eb36e0Copy full SHA for 4eb36e0
src/PrintfulApiClient.php
@@ -48,7 +48,7 @@ class PrintfulApiClient
48
49
/**
50
* @param string $key
51
- * @param string $type // OAuth token or Legacy Store Key
+ * @param string $type // PrintfulApiClient::TYPE_LEGACY_STORE_KEY or PrintfulApiClient::TYPE_OAUTH_TOKEN
52
* @throws \Printful\Exceptions\PrintfulException if the library failed to initialize
53
*/
54
public function __construct($key, $type = self::DEFAULT_KEY)
0 commit comments