Completed
Push — master ( 01e874...cfe99f )
by Dan Michael O.
02:16
created
src/Analytics/Report.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@  discard block
 block discarded – undo
37 37
         }
38 38
     }
39 39
 
40
+    /**
41
+     * @param string $resumptionToken
42
+     */
40 43
     protected function fetchRows($resumptionToken = null)
41 44
     {
42 45
         $results = $this->client->getXML('/analytics/reports', [
@@ -56,7 +59,7 @@  discard block
 block discarded – undo
56 59
     }
57 60
 
58 61
     /**
59
-     * @param $results
62
+     * @param \Danmichaelo\QuiteSimpleXMLElement\QuiteSimpleXMLElement $results
60 63
      */
61 64
     protected function readResponseHeaders($results)
62 65
     {
@@ -75,7 +78,7 @@  discard block
 block discarded – undo
75 78
     }
76 79
 
77 80
     /**
78
-     * @return \Generator|Row[]
81
+     * @return \Generator
79 82
      */
80 83
     public function getRows()
81 84
     {
Please login to merge, or discard this patch.