fix psalm errors

This commit is contained in:
2022-10-31 18:00:41 +01:00
parent c331f94201
commit afa6dfd77c
4 changed files with 7 additions and 5 deletions

View File

@@ -253,7 +253,7 @@ class ExportAddressHelper
return 0;
default:
throw new LogicException('this value is not supported for ' . $sanitizedKey . ': ' . $val);
throw new LogicException('this value is not supported for ' . $sanitizedKey . ': ' . $value);
}
};