Skip to content

editorUrl not working in terminals that do not support links. since phpstan >= 1.4.7 #7796

@Chris53897

Description

@Chris53897

Bug report

Hi. Does somebody has the same problem or can confirm that it works?
PHP 8.1

Code snippet that reproduces the problem

env COLUMNS=200 phpstan analyse src tests -c phpstan.neon --level=6 --no-progress --memory-limit=2048M

#5013 (comment)

I copied the Line from the Website
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'

Actual output (in phpStorm)


Line src/Controller/Foo.php


24 Negated boolean expression is always false.
✏️ src/Controller/Foo.php


Expected output


Line src/Controller/Foo.php


24 Negated boolean expression is always false.
✏️ phpstorm://open?file=src/Controller/Foo.php&line=24


Did PHPStan help you today? Did it make you happy in any way?

Not Today. But totally in general. Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions