We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae32ca4 commit 4005fe7Copy full SHA for 4005fe7
1 file changed
Aws/AbstractAwsCommand.php
@@ -36,13 +36,12 @@ abstract class AbstractAwsCommand extends ContainerAwareCommand
36
* Authenticate with AWS and instantiate client
37
*
38
* @abstract
39
- * @return Client
40
*/
41
abstract protected function getClient();
42
43
/**
44
* Get AWS API credentials from parameters.yml
45
- *
+ *
46
* @return array
47
48
protected function getCredentials()
0 commit comments