Merge pull request #4205 from WoltLab/cover-photo-webp
[GitHub/WoltLab/WCF.git] / .github / php-syntax.json
CommitLineData
e5f845cc
TD
1{
2 "problemMatcher": [
997349b7
TD
3 {
4 "owner": "php -l",
5 "pattern": [
6 {
7 "regexp": "^\\s*(PHP\\s+)?([a-zA-Z\\s]+):\\s+(.*)\\s+in\\s+(\\S+)\\s+on\\s+line\\s+(\\d+)$",
8 "file": 4,
9 "line": 5,
10 "message": 3
11 }
12 ]
13 }
e5f845cc
TD
14 ]
15}