Completed
Pull Request — master (#20)
by Дмитрий
09:49 queued 07:44
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/JWT.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -116,6 +116,7 @@
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
+     * @param string $data
119 120
      * @return bool
120 121
      */
121 122
     protected function verifySignature($data, array $keys)
Please login to merge, or discard this patch.