Skip to content

Commit

Permalink
Add editorurl to phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Jun 5, 2024
1 parent a889481 commit 0ce4de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
1.3.3 (unreleased)
=====

- (improvement) Add `-v` flag to PHPStan call to also show the error identifiers.
* (improvement) Add `-v` flag to PHPStan call to also show the error identifiers.
* (improvement) Add editor URL to PHPStan config.


1.3.2
Expand Down
2 changes: 2 additions & 0 deletions phpstan/lib.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
parameters:
level: 9

editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'

checkAlwaysTrueCheckTypeFunctionCall: true
checkAlwaysTrueInstanceof: true
checkAlwaysTrueStrictComparison: true
Expand Down

0 comments on commit 0ce4de1

Please sign in to comment.