{ "totals": { "errors": 1, "warnings": 0, "fixable": 1 }, "files": { "spec/fixtures/php/error.php": { "errors": 1, "warnings": 0, "messages": [ { "message": "PHP keywords must be lowercase; expected \"or\" but found \"OR\"", "source": "Generic.PHP.LowerCaseKeyword.Found", "severity": 5, "fixable": true, "type": "ERROR", "line": 2, "column": 21 } ] } } }