Completed
Push — master ( 2031fa...cf579d )
by Rigel Kent
01:29
created
src/Converters/PollyConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Sources/RecursiveDOMIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.