Completed
Push — master ( 1f79b7...91fad7 )
by
unknown
21s
created
src/Api/XmlResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function getValue($node)
19 19
     {
20
-        return (string)$this->xpath('//' . $node)[0];
20
+        return (string)$this->xpath('//'.$node)[0];
21 21
     }
22 22
 
23 23
 }
Please login to merge, or discard this patch.