Completed
Push — master ( 7f8efc...55f92d )
by Dan Michael O.
03:46
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/Bibs/Bib.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
23 23
 
24 24
     protected $_holdings = null;
25 25
 
26
+    /**
27
+     * @param string $mms_id
28
+     */
26 29
     public function __construct(Client $client = null, $mms_id = null, MarcRecord $marc_data = null, QuiteSimpleXMLElement $bib_data = null)
27 30
     {
28 31
         $this->mms_id = $mms_id;
Please login to merge, or discard this patch.