Pick up some phpmd things

This commit is contained in:
James Cole
2023-12-21 05:46:05 +01:00
parent ebf4b00288
commit 337d14e71e
5 changed files with 38 additions and 2 deletions

View File

@@ -143,6 +143,9 @@ class ExportDataGenerator
$this->user = $user;
}
/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function get(string $key, mixed $default = null): mixed
{
return null;
@@ -153,6 +156,9 @@ class ExportDataGenerator
$this->accounts = $accounts;
}
/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function has(mixed $key): mixed
{
return null;