| @@ -50,9 +50,9 @@ | ||
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | 52 | * Create a new API key and return plaintext credentials once. |
| 53 | 53 | * |
| 54 | - * @param int $user_id User ID that owns the key. | |
| 54 | + * @param int $user_id User ID that owns the key. | |
| 55 | 55 | * @param string $description Optional key description. |
| 56 | 56 | * @param string $permissions Key permission. |
| 57 | 57 | * |
| 58 | 58 | * @return array<string, mixed>|null |