mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-07 07:14:58 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -21,7 +21,7 @@ interface CustomFieldInterface
|
||||
* user.
|
||||
*
|
||||
* @param \Chill\CustomFieldsBundle\CustomField\FormBuilderInterface $builder
|
||||
* @param \Chill\CustomFieldsBundle\CustomField\CustomField $customField
|
||||
* @param \Chill\CustomFieldsBundle\CustomField\CustomField $customField
|
||||
*
|
||||
* @return \Symfony\Component\Form\FormTypeInterface the form type
|
||||
*/
|
||||
@@ -42,7 +42,6 @@ interface CustomFieldInterface
|
||||
* value which may be used in the process.
|
||||
*
|
||||
* @param \Chill\CustomFieldsBundle\CustomField\CustomField $customField
|
||||
* @param mixed $serialized
|
||||
*/
|
||||
public function deserialize($serialized, CustomField $customField);
|
||||
|
||||
@@ -58,9 +57,8 @@ interface CustomFieldInterface
|
||||
/**
|
||||
* Return a repsentation of the value of the CustomField.
|
||||
*
|
||||
* @param mixed $value the raw value, **not deserialized** (= as stored in the db)
|
||||
* @param mixed $value the raw value, **not deserialized** (= as stored in the db)
|
||||
* @param \Chill\CustomFieldsBundle\CustomField\CustomField $customField
|
||||
* @param mixed $documentType
|
||||
*
|
||||
* @return string an html representation of the value
|
||||
*/
|
||||
@@ -69,7 +67,6 @@ interface CustomFieldInterface
|
||||
/**
|
||||
* Transform the value into a format that can be stored in DB.
|
||||
*
|
||||
* @param mixed $value
|
||||
* @param \Chill\CustomFieldsBundle\CustomField\CustomField $customField
|
||||
*/
|
||||
public function serialize($value, CustomField $customField);
|
||||
|
Reference in New Issue
Block a user