@@ -31,7 +31,7 @@ |
||
| 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) |
@@ -80,6 +80,9 @@ |
||
| 80 | 80 | return $result['keys']; |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | + /** |
|
| 84 | + * @return string |
|
| 85 | + */ |
|
| 83 | 86 | abstract public function getOpenIdUrl(); |
| 84 | 87 | |
| 85 | 88 | /** |
@@ -126,6 +126,7 @@ |
||
| 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 |