Skip to content

Commit

Permalink
Merge pull request #13 from 21TORR/phpstan-v
Browse files Browse the repository at this point in the history
Add editorurl to phpstan config
  • Loading branch information
apfelbox authored Jun 5, 2024
2 parents a889481 + 0ce4de1 commit b4a703f
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 b4a703f

Please sign in to comment.