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 issue in Resolver #26

Merged
merged 2 commits into from
Feb 12, 2022
Merged

Fix issue in Resolver #26

merged 2 commits into from
Feb 12, 2022

Commits on Feb 12, 2022

  1. Fix issue in Resolver

    When resolving a path without leading slash against a base url without
    trailing slash, the resulting url has a slash now.
    Previously: http://abc.com => blog => http://abc.comblog
    Now: http://abc.com => blog => http://abc.com/blog
    
    Besides that also update linting to PSR-12, add a missing throws tag in
    Url class docblock and update schemes and suffixes.
    otsch committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    d1c7076 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from crwlrsoft/fix-resolve-issue

    Fix issue in Resolver
    otsch authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    fcebba1 View commit details
    Browse the repository at this point in the history