Completed
Push — master ( 452a8b...e0cade )
by Risan Bagja
04:01 queued 02:29
created
src/Config/ConfigInterface.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,10 +56,10 @@
 block discarded – undo
56 56
     public function getTokenCredentialsUri();
57 57
 
58 58
      /**
59
-     * Get the callback URI.
60
-     *
61
-     * @return \Psr\Http\Message\UriInterface|null
62
-     */
59
+      * Get the callback URI.
60
+      *
61
+      * @return \Psr\Http\Message\UriInterface|null
62
+      */
63 63
     public function getCallbackUri();
64 64
 
65 65
     /**
Please login to merge, or discard this patch.
src/Signature/BaseStringBuilder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
     }
20 20
 
21 21
      /**
22
-     * {@inheritDoc}
23
-     */
22
+      * {@inheritDoc}
23
+      */
24 24
     public function getUriParser()
25 25
     {
26 26
         return $this->uriParser;
Please login to merge, or discard this patch.
src/OAuth1.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Risan\OAuth1;
4 4
 
5 5
 use InvalidArgumentException;
6
-use Risan\OAuth1\Request\RequestFactoryInterface;
7
-use Risan\OAuth1\Credentials\TemporaryCredentials;
8 6
 use Risan\OAuth1\Credentials\CredentialsFactoryInterface;
7
+use Risan\OAuth1\Credentials\TemporaryCredentials;
8
+use Risan\OAuth1\Request\RequestFactoryInterface;
9 9
 
10 10
 class OAuth1 implements OAuth1Interface
11 11
 {
Please login to merge, or discard this patch.