Passed
Push — master ( f2085b...b46880 )
by Dan Michael O.
08:55
created
spec/Bibs/HoldingSpec.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
         $this->beConstructedWith($client, $bib, $holdings_id);
20 20
     }
21 21
 
22
+    /**
23
+     * @param AlmaClient $client
24
+     */
22 25
     protected function expectRequest($client)
23 26
     {
24 27
         $client->getXML('/bibs/abc/holdings/123')
Please login to merge, or discard this patch.
src/Model/LazyResource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /**
91 91
      * Get and return the model data.
92 92
      *
93
-     * @return object
93
+     * @return \stdClass
94 94
      */
95 95
     protected function fetchData()
96 96
     {
Please login to merge, or discard this patch.