Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sync): Fix PHPDoc to allow getChanges for sync to return null #1457

Merged

Conversation

tcitworld
Copy link
Contributor

As per the comments: "If the syncToken is expired (due to data cleanup) or unknown, you must return null."

Helps with static analysis issues.

As per the comments: "If the syncToken is expired (due to data cleanup) or unknown, you must return null."

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #1457 (9b10ec6) into master (2d8f6d9) will decrease coverage by 0.13%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1457      +/-   ##
============================================
- Coverage     97.34%   97.21%   -0.13%     
+ Complexity     2830     2828       -2     
============================================
  Files           175      175              
  Lines          9418     8982     -436     
============================================
- Hits           9168     8732     -436     
  Misses          250      250              
Impacted Files Coverage Δ
lib/CalDAV/Backend/PDO.php 99.45% <ø> (-0.02%) ⬇️
lib/CalDAV/Calendar.php 94.07% <ø> (-0.13%) ⬇️
lib/CardDAV/AddressBook.php 91.54% <ø> (-0.35%) ⬇️
lib/CardDAV/Backend/PDO.php 98.88% <ø> (-0.05%) ⬇️

... and 131 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@DeepDiver1975 DeepDiver1975 merged commit 8e09bff into sabre-io:master Mar 22, 2023
@tcitworld tcitworld deleted the allow-sync-get-changes-to-return-null branch March 22, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants