Skip to content

Commit 4005fe7

Browse files
author
nVitius
committed
Removed @return from docblock
1 parent ae32ca4 commit 4005fe7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Aws/AbstractAwsCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ abstract class AbstractAwsCommand extends ContainerAwareCommand
3636
* Authenticate with AWS and instantiate client
3737
*
3838
* @abstract
39-
* @return Client
4039
*/
4140
abstract protected function getClient();
4241

4342
/**
4443
* Get AWS API credentials from parameters.yml
45-
*
44+
*
4645
* @return array
4746
*/
4847
protected function getCredentials()

0 commit comments

Comments
 (0)