Completed
Pull Request — master (#35)
by Andreas
04:40
created
src/OAuth1/Provider/Atlassian.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      *
73 73
      * @param \SocialConnect\Common\Http\Client\ClientInterface $httpClient
74 74
      * @param \SocialConnect\Provider\Session\SessionInterface  $session
75
-     * @param \SocialConnect\OAuth1\Provider\Consumer           $consumer
75
+     * @param Consumer           $consumer
76 76
      * @param array                                             $parameters
77 77
      */
78 78
     public function __construct(ClientInterface $httpClient, SessionInterface $session, Consumer $consumer, array $parameters)
Please login to merge, or discard this patch.
src/OAuth1/Signature/MethodRSASHA1.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
 {
16 16
     private $privateKey;
17 17
 
18
+    /**
19
+     * @param string $privateKey
20
+     */
18 21
     public function __construct($privateKey)
19 22
     {
20 23
         if (! is_readable($privateKey)) {
Please login to merge, or discard this patch.