Completed
Push — master ( 9ea25e...b0fe89 )
by Kristof
06:49
created
src/Event/Events/EventCreated.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,8 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * @param string $eventId
50 50
      * @param Title $title
51
-     * @param string $location
52
-     * @param DateTime $date
51
+     * @param Location $location
53 52
      */
54 53
     public function __construct($eventId, Title $title, EventType $eventType, Location $location, CalendarInterface $calendar, $theme = null)
55 54
     {
Please login to merge, or discard this patch.
src/Place/Events/MajorInfoUpdated.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,6 @@
 block discarded – undo
49 49
     /**
50 50
      * @param string $placeId
51 51
      * @param Title $title
52
-     * @param string $location
53 52
      * @param CalendarInterface $calendar
54 53
      */
55 54
     public function __construct($placeId, Title $title, EventType $eventType, Address $address, CalendarInterface $calendar, $theme = null)
Please login to merge, or discard this patch.