@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | /** @var $contentType \eZ\Publish\API\Repository\Values\ContentType\ContentType */ |
28 | 28 | $contentType = $data->definition; |
29 | 29 | |
30 | - $fieldDefinitionIdentifier = (string) $propertyPath; |
|
30 | + $fieldDefinitionIdentifier = (string)$propertyPath; |
|
31 | 31 | $fieldDefinition = $contentType->getFieldDefinition($fieldDefinitionIdentifier); |
32 | 32 | |
33 | 33 | if (null === $fieldDefinition) { |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | /** @var $contentType \eZ\Publish\API\Repository\Values\ContentType\ContentType */ |
71 | 71 | $contentType = $data->definition; |
72 | 72 | |
73 | - $fieldDefinitionIdentifier = (string) $propertyPath; |
|
73 | + $fieldDefinitionIdentifier = (string)$propertyPath; |
|
74 | 74 | $fieldDefinition = $contentType->getFieldDefinition($fieldDefinitionIdentifier); |
75 | 75 | |
76 | 76 | if (null === $fieldDefinition) { |