Skip to content

Commit

Permalink
Add clickable links to PHPStan output
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jul 13, 2023
1 parent f092263 commit 92502a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ parameters:
paths:
- src
- tests

ignoreErrors:
# Safe\DateTime(Immutable)? - creates overhead and is not stable, prefer native classes
- '~Class DateTimeImmutable is unsafe to use. Its methods can return FALSE instead of throwing an exception~'
# Safe\DateTime(Immutable)? - creates overhead and is not stable, prefer native classes
- '~Class DateTimeImmutable is unsafe to use. Its methods can return FALSE instead of throwing an exception~'
# Install https://plugins.jetbrains.com/plugin/7677-awesome-console to make those links clickable
editorUrl: '%%relFile%%:%%line%%'
editorUrlTitle: '%%relFile%%:%%line%%'

0 comments on commit 92502a7

Please sign in to comment.