Completed
Pull Request — master (#84)
by Дмитрий
01:52
created
src/Common/Http/HeaderValue.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
     protected $values = [];
16 16
 
17 17
     /**
18
-     * @param string $value
19 18
      */
20 19
     public function __construct(string $header)
21 20
     {
Please login to merge, or discard this patch.
src/OAuth1/Provider/Atlassian.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,6 @@
 block discarded – undo
81 81
      * @param HttpStack $httpStack
82 82
      * @param \SocialConnect\Provider\Session\SessionInterface $session
83 83
      * @param array $parameters
84
-     * @param RequestFactory $requestFactory
85 84
      */
86 85
     public function __construct(HttpStack $httpStack, SessionInterface $session, array $parameters)
87 86
     {
Please login to merge, or discard this patch.