Completed
Pull Request — master (#612)
by
unknown
17s
created
src/Client.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1641,7 +1641,7 @@
 block discarded – undo
1641 1641
 			'features' => SOAP_SINGLE_ELEMENT_ARRAYS,
1642 1642
 		); 
1643 1643
 
1644
-		if(!empty($this->token)) {
1644
+		if (!empty($this->token)) {
1645 1645
 
1646 1646
 			$authArray["oauth"] = $this->token; 
1647 1647
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1645,8 +1645,7 @@
 block discarded – undo
1645 1645
 
1646 1646
 			$authArray["oauth"] = $this->token; 
1647 1647
 
1648
-		}
1649
-		else {
1648
+		} else {
1650 1649
 
1651 1650
 			$authArray["user"] = $this->username; 
1652 1651
 			$authArray["password"] = $this->password; 
Please login to merge, or discard this patch.