Skip to content

Commit fd721e0

Browse files
author
Mark Badolato
committed
[GH-20] Fixed incorrect Docblock annotation
1 parent deebe2f commit fd721e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmazonWebServices.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AmazonWebServices
2222
/**
2323
* Constructor
2424
*
25-
* @array array $parameters An array of configuration options
25+
* @param array $parameters An array of configuration options
2626
*/
2727
public function __construct(array $parameters)
2828
{

0 commit comments

Comments
 (0)