Completed
Pull Request — master (#21)
by Дмитрий
03:38
created
src/OAuth1/Util.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * modifications to the encoding process. However, this method doesn't
32 32
      * seem to be used anywhere so leaving it as is.
33 33
      *
34
-     * @param $string
34
+     * @param string $string
35 35
      * @return string
36 36
      */
37 37
     public static function urldecodeRFC3986($string)
Please login to merge, or discard this patch.
src/OpenIDConnect/AbstractProvider.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
         return $result['keys'];
81 81
     }
82 82
 
83
+    /**
84
+     * @return string
85
+     */
83 86
     abstract public function getOpenIdUrl();
84 87
 
85 88
     /**
Please login to merge, or discard this patch.
src/OpenIDConnect/JWT.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -126,6 +126,7 @@
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
+     * @param string $data
129 130
      * @return bool
130 131
      * @throws \RuntimeException
131 132
      * @throws \SocialConnect\OpenIDConnect\Exception\UnsupportedSignatureAlgoritm
Please login to merge, or discard this patch.
src/Provider/HttpClientCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      *   If none is set, the value should be stored permanently or for as long as the
68 68
      *   implementation allows.
69 69
      *
70
-     * @return static
70
+     * @return boolean
71 71
      *   The called object.
72 72
      */
73 73
     public function expiresAfter($time)
Please login to merge, or discard this patch.