Skip to content

Commit

Permalink
Enable PHPStan clickable links (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Oct 6, 2023
1 parent a67f18f commit 7a733cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -68,7 +68,7 @@
"check:ec": "ec src tests",
"check:readme": "php bin/verify-readme-default-config.php",
"check:tests": "phpunit -vvv tests",
"check:types": "phpstan analyse -vvv",
"check:types": "phpstan analyse -vvv --ansi",
"fix:cs": "phpcbf"
}
}
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Expand Up @@ -25,6 +25,9 @@ parameters:
uncheckedExceptionClasses:
- LogicException

editorUrl: 'jetbrains://php-storm/navigate/reference?project=phpstan-rules&path=%%relFile%%:%%line%%' # requires usage of JetBrains Toolbox
editorUrlTitle: '%%relFile%%:%%line%%'

shipmonkRules:
classSuffixNaming:
superclassToSuffixMapping:
Expand Down

0 comments on commit 7a733cd

Please sign in to comment.