Update PHPdoc in AmazonIncentive and Config class

Missing documentation for methods/class constructors
This commit is contained in:
2022-06-10 14:30:20 +09:00
parent e1b5dc1bab
commit 6f177986f9
2 changed files with 7 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ class Config implements ConfigInterface
* @param string|null $endpoint Endpoing URL including https://
* @param string|null $currency Currency to use, see valid list on AWS documentation.
* valid names are like USD, JPY, etc
* @param bool|null $debug Debug flag
*/
public function __construct(
?string $key,