Test Failed
Branch master (41c0c4)
by Peter
03:25
created
src/ApiClient.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      *
70 70
      * @param $name
71 71
      * @param $params
72
-     * @return SimpleXMLElement
72
+     * @return \SimpleXMLElement
73 73
      */
74 74
     public function __call($method, $params)
75 75
     {
@@ -125,6 +125,7 @@  discard block
 block discarded – undo
125 125
     /**
126 126
      * Initialise or inject an instance of the Guzzle client.
127 127
      *
128
+     * @param GuzzleClient $guzzleClient
128 129
      * @return GuzzleClient
129 130
      */
130 131
     protected function initGuzzleClient($guzzleClient = null)
@@ -138,7 +139,7 @@  discard block
 block discarded – undo
138 139
      * @param  string  $uri
139 140
      * @param  array   $params
140 141
      * @throws RequestFailedException
141
-     * @return SimpleXMLElement
142
+     * @return string
142 143
      */
143 144
     protected function request($uri, $params)
144 145
     {
Please login to merge, or discard this patch.