Skip to content

Tags: TicketSwap/phpstan-error-formatter

Tags

1.1.4

Toggle 1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use PHPStan 2.0 on CI (#18)

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix broken link format detection (#16)

This broke in #10. The condition was wrong.

Added tests to assure this won't break again.

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support PHP 7.4 (#15)

This makes it possible to run PHPStan with this error formatter on projects that need PHP 7.

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add tests (#13)

* Add .editorconfig file

* Fix capital in namespace

* Add tests

* Enable bleeding edge for PHPStan

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check if output is decorated (#9)

* Check if output is decorated

When the output is not decorated (`--no-ansi`), we can skip highlighting the error,
as it won't have any effect anyway.

The filenames will not be clickable and therefore we don't have to trim them.

Since `Output::isDecorated` was recently introduced in PHPStan we need to bump the minimum
requirement to `1.12.4`

* Keep Composer packages sorted

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for relative file path in link (#6)

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add badges (#5)

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow PHP 8.2

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ruudk Ruud Kamphuis
Add newline