Completed
Push — develop ( fc74bf...ff2b27 )
by Risan Bagja
01:47
created
src/Request/ProtocolParameter.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Create ProtocolParameter instance.
36 36
      *
37
-     * @param \Risan\OAuth1\ConfigInterface $config
37
+     * @param ConfigInterface $config
38 38
      * @param \Risan\OAuth1\Signature\SignerInterface $signer
39 39
      * @param \Risan\OAuth1\Request\NonceGeneratorInterface $nonceGenerator
40 40
      */
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use DateTime;
6 6
 use Risan\OAuth1\Config\ConfigInterface;
7
-use Risan\OAuth1\Signature\SignerInterface;
8
-use Risan\OAuth1\Credentials\TemporaryCredentials;
9 7
 use Risan\OAuth1\Credentials\ServerIssuedCredentials;
8
+use Risan\OAuth1\Credentials\TemporaryCredentials;
9
+use Risan\OAuth1\Signature\SignerInterface;
10 10
 
11 11
 class ProtocolParameter implements ProtocolParameterInterface
12 12
 {
Please login to merge, or discard this patch.
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.