diff --git a/CHANGELOG.md b/CHANGELOG.md index ef96273..3cd4ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/phpstan/lib.neon b/phpstan/lib.neon index 4301639..732575c 100644 --- a/phpstan/lib.neon +++ b/phpstan/lib.neon @@ -1,6 +1,8 @@ parameters: level: 9 + editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%' + checkAlwaysTrueCheckTypeFunctionCall: true checkAlwaysTrueInstanceof: true checkAlwaysTrueStrictComparison: true