From ef96aad966b032001c51b03590d55f754ef8bace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 20 Oct 2016 12:21:19 +0200 Subject: [PATCH] fix doc for export interface --- Export/ExportInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Export/ExportInterface.php b/Export/ExportInterface.php index e87e6452e..5a9eba124 100644 --- a/Export/ExportInterface.php +++ b/Export/ExportInterface.php @@ -60,7 +60,7 @@ interface ExportInterface extends ExportElementInterface * @param array $requiredModifiers * @param array $acl an array where each row has a `center` key containing the Chill\MainBundle\Entity\Center, and `circles` keys containing the reachable circles. Example: `array( array('center' => $centerA, 'circles' => array($circleA, $circleB) ) )` * @param array $data the data from the form, if any - * @return the query to execute. + * @return QueryBuilder the query to execute. */ public function initiateQuery(array $requiredModifiers, array $acl, array $data = array());