Skip to content

Commit

Permalink
This will be in fw_5_2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 27, 2015
1 parent 10237a3 commit c604347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kronolith/lib/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -2685,7 +2685,7 @@ public function getResources()
* Set the entire resource array. Only used when copying an Event.
*
* @param array $resources The resource array.
* @since 4.3.0
* @since 4.2.6
*/
public function setResources(array $resources)
{
Expand Down Expand Up @@ -2735,7 +2735,7 @@ public function synchronizeTags($tags)
*
* @param Kronolith_Event|null $existing If this is an exception event
* this is taken as the base event.
* @since 4.3.0
* @since 4.2.6
*
*/
public function readForm(Kronolith_Event $existing = null)
Expand Down Expand Up @@ -3132,7 +3132,7 @@ public static function readRecurrenceForm($start, $timezone,
*
*
* @param Kronolith_Event|null $existing An existing base event.
* @since 4.3.0
* @since 4.2.6
*/
protected function _handleResources(Kronolith_Event $existing = null)
{
Expand Down

0 comments on commit c604347

Please sign in to comment.