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

@@ -162,6 +162,11 @@ class RemoteUserGuard implements Guard
app('log')->error(sprintf('Did not set user at %s', __METHOD__));
}
/**
* @throws FireflyException
*
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function validate(array $credentials = []): bool
{
app('log')->debug(sprintf('Now at %s', __METHOD__));