1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15851] Add prefix to parameter for public key

PHPBB-15851
This commit is contained in:
Marc Alexander
2024-10-28 21:42:29 +01:00
parent 1ba58768f3
commit 573c6c87b2
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ use ZipArchive;
class get_updates
{
/** @var filesystem_interface Filesystem managerr */
/** @var filesystem_interface Filesystem manager */
private filesystem_interface $filesystem;
/** @var Client HTTP client */