Completed
Pull Request — master (#612)
by
unknown
17s
created
src/Client.php 1 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.