Passed
Push — master ( 84f46e...e41bcf )
by Dan Michael O.
02:23
created
src/Analytics/Report.php 1 patch
Doc Comments   +4 added lines, -1 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', [
@@ -54,7 +57,7 @@  discard block
 block discarded – undo
54 57
     }
55 58
 
56 59
     /**
57
-     * @return \Generator|Row[]
60
+     * @return \Generator
58 61
      */
59 62
     public function getRows()
60 63
     {
Please login to merge, or discard this patch.
src/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
     /**
109 109
      * Set the Alma region code ('na' for North America, 'eu' for Europe, 'ap' for Asia Pacific).
110 110
      *
111
-     * @param $regionCode
111
+     * @param string $regionCode
112 112
      * @return $this
113 113
      * @throws \ErrorException
114 114
      */
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-     * @param $url
126
+     * @param string $url
127 127
      *
128 128
      * @return string
129 129
      */
Please login to merge, or discard this patch.