mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
add filename to output
This commit is contained in:
@@ -11,11 +11,13 @@ Execute(The php static analyzer handler should parse errors from phan):
|
||||
\ 'lnum': 25,
|
||||
\ 'type': 'W',
|
||||
\ 'text': 'Return type of getValidator is undeclared type \Respect\Validation\Validator',
|
||||
\ 'filename': 'example.php',
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 66,
|
||||
\ 'type': 'W',
|
||||
\ 'text': 'Call to method string from undeclared class \Respect\Validation\Validator',
|
||||
\ 'filename': 'example.php',
|
||||
\ },
|
||||
\ ],
|
||||
\ ale_linters#php#phan#Handle(347, [
|
||||
|
||||
Reference in New Issue
Block a user