33namespace Scriptotek \Alma ;
44
55use Danmichaelo \QuiteSimpleXMLElement \QuiteSimpleXMLElement ;
6+ use function GuzzleHttp \Psr7 \stream_for ;
67use Http \Client \Common \Plugin \ContentLengthPlugin ;
78use Http \Client \Common \Plugin \ErrorPlugin ;
89use Http \Client \Common \PluginClient ;
3435use Scriptotek \Alma \TaskLists \TaskLists ;
3536use Scriptotek \Alma \Users \Users ;
3637use Scriptotek \Sru \Client as SruClient ;
37- use function GuzzleHttp \Psr7 \stream_for ;
3838
3939/**
4040 * Alma client.
@@ -220,7 +220,9 @@ public function setKey($key)
220220 * Set the Alma region code ('na' for North America, 'eu' for Europe, 'ap' for Asia Pacific).
221221 *
222222 * @param $regionCode
223+ *
223224 * @throws AlmaClientException
225+ *
224226 * @return $this
225227 */
226228 public function setRegion ($ regionCode )
@@ -237,6 +239,7 @@ public function setRegion($regionCode)
237239 * Set the Alma API base url.
238240 *
239241 * @param string $url
242+ *
240243 * @return $this
241244 */
242245 public function setEntryPoint (string $ url )
@@ -250,6 +253,7 @@ public function setEntryPoint(string $url)
250253 * Set extra request headers.
251254 *
252255 * @param array $headers
256+ *
253257 * @return $this
254258 */
255259 public function setExtraHeaders (array $ headers )
0 commit comments