php cs fixes after merge

This commit is contained in:
2024-05-22 16:44:02 +02:00
parent d34f9450b8
commit dddb6d66bc
11 changed files with 7 additions and 12 deletions

View File

@@ -56,6 +56,7 @@ interface CustomFieldInterface
* Return a repsentation of the value of the CustomField.
*
* @param \Chill\CustomFieldsBundle\CustomField\CustomField $customField
*
* @return string an html representation of the value
*/
public function render(mixed $value, CustomField $customField, $documentType = 'html');