We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77e5c5 commit 154c8d0Copy full SHA for 154c8d0
.github/workflows/checks.yml
@@ -71,7 +71,7 @@ jobs:
71
run: composer update --no-progress --prefer-dist --no-interaction
72
-
73
name: Run PHPStan
74
- run: composer check:types
+ run: vendor/bin/phpstan -vv --ansi --errot-format=github
75
76
tests:
77
runs-on: ubuntu-latest
phpstan.neon.dist
@@ -32,7 +32,7 @@ parameters:
32
uncheckedExceptionClasses:
33
- LogicException
34
35
- editorUrl: ? # jetbrains://php-storm/navigate/reference?project=dead-code-detector&path=%%relFile%%:%%line%%
+ editorUrl: 'jetbrains://php-storm/navigate/reference?project=dead-code-detector&path=%%relFile%%:%%line%%' # requires usage of JetBrains Toolbox
36
editorUrlTitle: '%%relFile%%:%%line%%'
37
38
shipmonkRules:
0 commit comments