Skip to content

Commit ba7e57e

Browse files
committed
Replaced old function name in comments
1 parent a362afb commit ba7e57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Schema/Domain/Content/Mapper/FieldDefinition/ResolverVariables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function mapToFieldValueResolver(FieldDefinition $fieldDefinition): strin
5252
);
5353

5454
//we make sure no "field" (case insensitive) keyword in the actual field's identifier gets replaced
55-
//only syntax like: '@=resolver("MatrixFieldValue", [value, "field_matrix"])' needs to be taken into account
55+
//only syntax like: '@=query("MatrixFieldValue", [value, "field_matrix"])' needs to be taken into account
5656
//where [value, "field_matrix"] stands for the actual field's identifier
5757
if (preg_match('/value, "(.*field.*)"/i', $resolver) !== 1) {
5858
$resolver = str_replace(

0 commit comments

Comments
 (0)