We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753125d commit 2d129e0Copy full SHA for 2d129e0
src/WithProductValueMediaFile.php
@@ -32,7 +32,7 @@ private function compile(string $code, string $attribute, string $locale = 'null
32
/**
33
* @return array<string, string>
34
*/
35
- private function evaluate(array $context, string $code, string $attribute, string $locale = 'null', string $scope = 'null'): array
+ private function evaluate(array $context, string $code, string $attribute, ?string $locale = null, ?string $scope = null): array
36
{
37
return [
38
'identifier' => $code,
0 commit comments