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 Class "it\thecsea\simple_caldav_client\Exception" not found and inconsistent indentation #14

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

cracksalad
Copy link

This PR fixes two issues:

  • the class Exception was used without a leading \ and without a use-statement which leads to Class "it\thecsea\simple_caldav_client\Exception" not found in SimpleCalDAVClient.php
  • the indentation was partially done using tabs and partially using spaces. I converted all indentation to 4 spaces following PSR-12 section 2.4

@carduz carduz merged commit bdf6ea2 into thecsea:master Sep 27, 2024
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