Completed
Pull Request — master (#11)
by Rigel Kent
02:28 queued 01:23
created
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.
src/Converters/PollyConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     /**
108 108
      * Merges the output from amazon polly.
109 109
      *
110
-     * @return mixed
110
+     * @return null|string
111 111
      */
112 112
     protected function mergeOutputs(array $results)
113 113
     {
Please login to merge, or discard this patch.