Completed
Pull Request — release-v2.1 (#15)
by Quentin
08:46 queued 01:14
created
src/Majora/Component/OAuth/Tests/Server/ServerTest.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -262,8 +262,7 @@
 block discarded – undo
262 262
             ->retrieveByApiKeyAndSecret(Argument::type('string'), Argument::type('string'))
263 263
             ->will(function ($args) {
264 264
                 return $args[0] == 'bad_api_key' && $args[1] == 'bad_secret' ?
265
-                    null :
266
-                    new Application()
265
+                    null : new Application()
267 266
                 ;
268 267
             })
269 268
         ;
Please login to merge, or discard this patch.