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

#213 Improve and fix URI parsing #219

Conversation

Sebbo94BY
Copy link
Collaborator

@Sebbo94BY Sebbo94BY commented May 31, 2024

  • Fix Call to a member function toString() on null when using factory() without credentials
  • Allows factory() without username and password
  • Use PHP native parse_url() function to simplify code
  • Improve and refactor some validations in general
  • Adjust and extend PHPUnit tests

closes #213

@Sebbo94BY Sebbo94BY force-pushed the #213-factory-fails-without-username-and-password branch from 4c7efad to f4e3030 Compare June 1, 2024 13:24
- Fix `Call to a member function toString()` on null when using `factory()` without credentials
- Allow `factory()` without username and password
- Use PHP native `parse_url()` function to simplify code
- Improve and refactor some validations in general
- Adjust and extend PHPUnit tests
@Sebbo94BY Sebbo94BY force-pushed the #213-factory-fails-without-username-and-password branch from f4e3030 to 2ab9e5f Compare June 1, 2024 13:28
@Sebbo94BY Sebbo94BY changed the title #213 factory() fails without username and password #213 Improve and fix URI parsing Jun 1, 2024
@Sebbo94BY Sebbo94BY marked this pull request as ready for review June 1, 2024 13:28
@Sebbo94BY Sebbo94BY merged commit 09c0636 into planetteamspeak:dev Jun 1, 2024
4 checks passed
@Sebbo94BY Sebbo94BY deleted the #213-factory-fails-without-username-and-password branch June 1, 2024 13:30
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.

1 participant