Completed
Push — 2.0-dev ( 41809c...ec73ee )
by Michael
01:26
created
Tests/ClientTest.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -144,8 +144,7 @@  discard block
 block discarded – undo
144 144
 			$this->object->setToken($token);
145 145
 			$result = $this->object->authenticate();
146 146
 			$this->assertEquals($result, $token);
147
-		}
148
-		else
147
+		} else
149 148
 		{
150 149
 			$this->object->setOption('requestTokenURL', 'https://example.com/request_token');
151 150
 			$this->object->setOption('authoriseURL', 'https://example.com/authorize');
@@ -183,8 +182,7 @@  discard block
 block discarded – undo
183 182
 			{
184 183
 				TestHelper::setValue($this->object, 'version', $version);
185 184
 				$data = array('oauth_verifier' => 'verifier', 'oauth_token' => 'token');
186
-			}
187
-			else
185
+			} else
188 186
 			{
189 187
 				TestHelper::setValue($this->object, 'version', $version);
190 188
 				$data = array('oauth_token' => 'token');
@@ -309,8 +307,7 @@  discard block
 block discarded – undo
309 307
 					array('Content-Type' => 'multipart/form-data')
310 308
 				)
311 309
 			);
312
-		}
313
-		else
310
+		} else
314 311
 		{
315 312
 			$this->client->expects($this->at(0))
316 313
 				->method($method)
Please login to merge, or discard this patch.