@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | /** @var \eZ\Publish\API\Repository\Values\ContentType\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 \eZ\Publish\API\Repository\Values\ContentType\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) { |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | /** @var \eZ\Publish\API\Repository\Values\ContentType\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 \eZ\Publish\API\Repository\Values\ContentType\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) { |