fix doc for export interface

This commit is contained in:
Julien Fastré 2016-10-20 12:21:19 +02:00
parent 7c6d446b87
commit ef96aad966

View File

@ -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());