Skip to content

Commit

Permalink
Reordering of vevent should not be a significant change (sabre-io#542)
Browse files Browse the repository at this point in the history
- Code Style
  • Loading branch information
floerke committed Sep 10, 2021
1 parent ff06530 commit ea40aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ITip/Broker.php
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ protected function parseEventInfo(VCalendar $calendar = null)
asort($significantChangeEventProperties);

foreach ($significantChangeEventProperties as $eventSignificantChangeHash) {
$significantChangeHash .= $eventSignificantChangeHash;
$significantChangeHash .= $eventSignificantChangeHash;
}
$significantChangeHash = md5($significantChangeHash);

Expand Down
2 changes: 1 addition & 1 deletion tests/VObject/ITip/BrokerSignificantChangesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function testSignificantChangesRRuleOrderNoChange()
/**
* Check significant changes detection (no change).
* Reordering of vevent in a recurring event with exceptions should
* not be a significant change
* not be a significant change
* https://github.com/sabre-io/vobject/issues/542.
*/
public function testSignificantChangesVeventOrderNoChange()
Expand Down

0 comments on commit ea40aaa

Please sign in to comment.