Completed
Push — master ( 4c303e...0095fb )
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.