@@ -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) { |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | /** @var $contentType \eZ\Publish\API\Repository\Values\ContentType\ContentType */ |
61 | 61 | $contentType = $data->definition; |
62 | 62 | |
63 | - $fieldDefinitionIdentifier = (string) $propertyPath; |
|
63 | + $fieldDefinitionIdentifier = (string)$propertyPath; |
|
64 | 64 | $fieldDefinition = $contentType->getFieldDefinition($fieldDefinitionIdentifier); |
65 | 65 | |
66 | 66 | if (null === $fieldDefinition) { |