Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ancarebeca committed Mar 28, 2017
1 parent 5065996 commit 864f8e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Service/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public function serialize(array $events)
{
$result = [];

/** @var FullCalendarEvent $event */
foreach ($events as $event) {
$result[] = $event->toArray();
}
Expand Down

0 comments on commit 864f8e9

Please sign in to comment.