mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
fix cs
This commit is contained in:
@@ -38,13 +38,10 @@ interface AggregatorInterface extends ModifierInterface
|
||||
|
||||
/**
|
||||
* @param D $formData
|
||||
* @return array
|
||||
*/
|
||||
public function normalizeFormData(array $formData): array;
|
||||
|
||||
/**
|
||||
* @param array $formData
|
||||
* @param int $fromVersion
|
||||
* @return D
|
||||
*/
|
||||
public function denormalizeFormData(array $formData, int $fromVersion): array;
|
||||
@@ -106,6 +103,7 @@ interface AggregatorInterface extends ModifierInterface
|
||||
* this function will return `array('count_id')`.
|
||||
*
|
||||
* @param D $data the data from the export's form (added by self::buildForm)
|
||||
*
|
||||
* @return list<string>
|
||||
*/
|
||||
public function getQueryKeys(array $data): array;
|
||||
|
Reference in New Issue
Block a user