Completed
Push — master ( 3d52f4...f0a91a )
by Travis
02:37
created
src/Syntax/SteamApi/Client.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -124,6 +124,9 @@
 block discarded – undo
124 124
         return $response->body;
125 125
     }
126 126
 
127
+    /**
128
+     * @return \SimpleXMLElement
129
+     */
127 130
     protected function setUpXml(array $arguments = [])
128 131
     {
129 132
         $steamUrl = $this->buildUrl();
Please login to merge, or discard this patch.