aboutsummaryrefslogtreecommitdiff
path: root/.github/matchers/phpstan.json
blob: 3e6bc6c7f24444a93f193e2949c3aa715e452840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "problemMatcher": [
        {
            "owner": "phpstan",
            "severity": "error",
            "pattern": [
                {
                    "regexp": "^(.+):(\\d+):(.+)$",
                    "file": 1,
                    "line": 2,
                    "message": 3
                }
            ]
        }
    ]
}