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

Align createFile signature with interface #1422

Merged

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Oct 12, 2022

Hey 👋

Psalm is reporting some ParamNameMismatch warnings.

Here is a good explanation: https://psalm.dev/articles/getting-ready-for-named-arguments

@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Merging #1422 (051e6b9) into master (264f567) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 051e6b9 differs from pull request most recent head 0481eca. Consider uploading reports for the commit 0481eca to get more accurate results

@@            Coverage Diff            @@
##             master    #1422   +/-   ##
=========================================
  Coverage     97.23%   97.23%           
  Complexity     2830     2830           
=========================================
  Files           175      175           
  Lines          8566     8566           
=========================================
  Hits           8329     8329           
  Misses          237      237           
Impacted Files Coverage Δ
lib/CalDAV/Calendar.php 93.26% <100.00%> (ø)
lib/CalDAV/CalendarHome.php 100.00% <100.00%> (ø)
lib/CardDAV/AddressBook.php 92.64% <100.00%> (ø)
lib/CardDAV/AddressBookHome.php 100.00% <100.00%> (ø)

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

@kesselb kesselb force-pushed the debt/noid/param-name-mismatch branch from b8cf0af to 051e6b9 Compare October 12, 2022 18:05
$calendarData => $data
$vcardData => $data
$filename => $name

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@kesselb kesselb force-pushed the debt/noid/param-name-mismatch branch from 051e6b9 to 0481eca Compare October 12, 2022 18:06
@kesselb kesselb changed the title Rename $calendarData to $data to align with interface Align createFile signature with interface Oct 12, 2022
@DeepDiver1975 DeepDiver1975 merged commit 89384d4 into sabre-io:master Nov 8, 2023
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.

2 participants