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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for relative paths in editorUrl #1414

Merged
merged 5 commits into from Jun 18, 2022

Commits on Jun 15, 2022

  1. Support for relative paths in editorUrl

    This allows running PHPStan within Docker environment and output errors with links to files on the host (`editorUrl` must be configured using actual host's path to the project + `%rel_file%`).
    
    Fixes phpstan/phpstan#7043
    Wirone committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d4df5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d55e1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c50533 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e9999c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d030de View commit details
    Browse the repository at this point in the history