Fix various code

This commit is contained in:
James Cole
2023-12-21 06:06:23 +01:00
parent 337d14e71e
commit 8a4985261a
10 changed files with 111 additions and 125 deletions

View File

@@ -34,6 +34,9 @@ class IsDuplicateTransaction implements ValidationRule
{
private string $value;
/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function validate(string $attribute, mixed $value, \Closure $fail): void
{
$this->value = $value;