diff options
Diffstat (limited to '.github/matchers/phpstan.json')
-rw-r--r-- | .github/matchers/phpstan.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/matchers/phpstan.json b/.github/matchers/phpstan.json new file mode 100644 index 0000000..3e6bc6c --- /dev/null +++ b/.github/matchers/phpstan.json @@ -0,0 +1,16 @@ +{ + "problemMatcher": [ + { + "owner": "phpstan", + "severity": "error", + "pattern": [ + { + "regexp": "^(.+):(\\d+):(.+)$", + "file": 1, + "line": 2, + "message": 3 + } + ] + } + ] +}
\ No newline at end of file |