mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fix psalm errors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user