Skip to content

Commit f1e6073

Browse files
committed
TMS-1100: CR fix
1 parent c121b13 commit f1e6073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Eventz.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public static function get_event_time( $event ) {
336336
/**
337337
* Get event location.
338338
*
339-
* @param object $event Event object.
339+
* @param object $event Event object.
340340
*
341341
* @return array
342342
*/
@@ -347,9 +347,9 @@ public static function get_event_location( $event ) {
347347
}
348348

349349
/**
350-
* Get event location.
350+
* Get all event locations if more than one exists.
351351
*
352-
* @param object $event Event object.
352+
* @param object $event Event object.
353353
*
354354
* @return array
355355
*/

0 commit comments

Comments
 (0)