Test Failed
Push — master ( 45b675...c0597d )
by Dan Michael O.
02:21
created
spec/Bibs/BibSpec.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -22,6 +22,10 @@
 block discarded – undo
22 22
         $this->beConstructedWith($client, $mms_id);
23 23
     }
24 24
 
25
+    /**
26
+     * @param AlmaClient $client
27
+     * @param UriInterface $url
28
+     */
25 29
     protected function expectRequest($client, $url) {
26 30
         $client->buildUrl('/bibs/999104760474702204', [])
27 31
             ->shouldBeCalled()
Please login to merge, or discard this patch.
src/Client.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * Set the Alma region code ('na' for North America, 'eu' for Europe, 'ap' for Asia Pacific).
168 168
      *
169
-     * @param $regionCode
169
+     * @param string $regionCode
170 170
      *
171 171
      * @throws \ErrorException
172 172
      *
@@ -183,7 +183,6 @@  discard block
 block discarded – undo
183 183
     }
184 184
 
185 185
     /**
186
-     * @param string $url|UriInterface
187 186
      * @param array  $query
188 187
      *
189 188
      * @return UriInterface
@@ -259,9 +258,9 @@  discard block
 block discarded – undo
259 258
     /**
260 259
      * Make a GET request.
261 260
      *
262
-     * @param string $url|UriInterface
263 261
      * @param array  $query
264 262
      * @param string $contentType
263
+     * @param string $url
265 264
      *
266 265
      * @return string Response body
267 266
      */
Please login to merge, or discard this patch.