@@ -111,7 +111,7 @@ |
||
| 111 | 111 | /** |
| 112 | 112 | * Remove key from the key set. |
| 113 | 113 | * |
| 114 | - * @param int|string $key Key to remove from the key set |
|
| 114 | + * @param string $key Key to remove from the key set |
|
| 115 | 115 | * |
| 116 | 116 | * @return JWKSet |
| 117 | 117 | */ |
@@ -195,7 +195,7 @@ discard block |
||
| 195 | 195 | } |
| 196 | 196 | |
| 197 | 197 | /** |
| 198 | - * @param object $children |
|
| 198 | + * @param Object $children |
|
| 199 | 199 | */ |
| 200 | 200 | private function verifyVersion(Object $children) |
| 201 | 201 | { |
@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | } |
| 205 | 205 | |
| 206 | 206 | /** |
| 207 | - * @param object $children |
|
| 207 | + * @param Object $children |
|
| 208 | 208 | * @param string|null $x |
| 209 | 209 | * @param string|null $y |
| 210 | 210 | */ |
@@ -224,7 +224,7 @@ discard block |
||
| 224 | 224 | } |
| 225 | 225 | |
| 226 | 226 | /** |
| 227 | - * @param object $children |
|
| 227 | + * @param Object $children |
|
| 228 | 228 | * |
| 229 | 229 | * @return string |
| 230 | 230 | */ |