Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ancarebeca committed Aug 18, 2015
1 parent bc1b2e5 commit 2adb483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ class CustomAdapter implements CalendarAdapterInterface
/**
* @param \Datetime $startDate
* @param \Datetime $endDate
* @param \array $filters
*
* @return EventInterface[]
*/
public function getData(\Datetime $startCalendarDate, \Datetime $endCalendarDate)
public function getData(\Datetime $startCalendarDate, \Datetime $endCalendarDate, array $filters = [])
{
// You may want do a custom query to populate the events
return [
Expand Down

0 comments on commit 2adb483

Please sign in to comment.