@@ -92,7 +92,7 @@ |
||
92 | 92 | /** |
93 | 93 | * Get the content of the result from AWS Polly. |
94 | 94 | * |
95 | - * @param mixed $result |
|
95 | + * @param \Aws\Result $result |
|
96 | 96 | * @return mixed |
97 | 97 | */ |
98 | 98 | protected function getResultContent($result) |
@@ -21,7 +21,7 @@ |
||
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @param DOMNode $domNode |
24 | - * @return void |
|
24 | + * @return \Traversable |
|
25 | 25 | */ |
26 | 26 | public function __construct(DOMNode $domNode) |
27 | 27 | { |