We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5af98de + b2d6693 commit a65f295Copy full SHA for a65f295
Form/FieldTypeHandler/EnhancedFile.php
@@ -27,10 +27,8 @@ public function __construct( ConfigResolverInterface $configResolver )
27
28
/**
29
* {@inheritdoc}
30
- *
31
- * @param \eZ\Publish\Core\FieldType\Image\Value $value
32
*/
33
- public function convertFieldValueToForm( Value $value )
+ public function convertFieldValueToForm( Value $value, FieldDefinition $fieldDefinition = null )
34
{
35
return null;
36
}
0 commit comments