@@ -37,6 +37,9 @@ discard block |
||
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 |
||
54 | 57 | } |
55 | 58 | |
56 | 59 | /** |
57 | - * @return \Generator|Row[] |
|
60 | + * @return \Generator |
|
58 | 61 | */ |
59 | 62 | public function getRows() |
60 | 63 | { |
@@ -108,7 +108,7 @@ discard block |
||
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 |
||
123 | 123 | } |
124 | 124 | |
125 | 125 | /** |
126 | - * @param $url |
|
126 | + * @param string $url |
|
127 | 127 | * |
128 | 128 | * @return string |
129 | 129 | */ |