index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
php
Age
Commit message (
Expand
)
Author
2019-05-29
#2533 - Run phpcs in the directory the file is in
w0rp
2019-05-14
Close #908 - Report phpcs problems as style problems
w0rp
2019-05-10
Add phpstan autoload option
Mikko Pesari
2019-05-07
Escape phpstan arguments, and update documentation
w0rp
2019-05-01
Better phpstan default configuration (#2444)
Julien Deniau
2019-04-07
#2132 - Replace command_chain and chain_with with ale#command#Run
w0rp
2019-03-25
Use location of `composer.json` for PHP project path too (#2391)
Shahin Sorkh
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
2018-11-23
php: change phpstan's --errorFormat to --error-format (#2005)
lfree
2018-11-01
PHP linter: make the path to the executable configurable
Cyril Roelandt
2018-10-19
Update Psalm plugin to use LSP mode
Matthew Brown
2018-09-27
Add psalm linter for PHP (#1893)
Richard Marmorstein
2018-08-18
Added and fixed tests
matthias
2018-08-16
Added phpcs options support as described in #257
matthias
2018-08-02
Simplify the code for most linters and tests with closures
w0rp
2018-08-02
Split Hack out from PHP, modernize
Fred Emmott
2018-07-04
Make the language option for LSP linters optional
w0rp
2018-05-27
Fix an incorrect argument of ale#Var in ale_linters#php#phan#Handle
haginaga
2018-05-27
Fix code style issues and refactor to use ale#Var
haginaga
2018-05-08
Fix to follow the Google VimScript Style Guide
haginaga
2018-05-08
Fix to follow the Google VimScript Style Guide
haginaga
2018-05-08
Modify to be able to use phan_client without g:ale_php_phan_executable
haginaga
2018-05-08
(close w0rp/ale#1561) Add support phan_client for php
haginaga
2018-04-27
Close #1521 - Allow the language to be set with simple strings for LSP linters
w0rp
2018-04-09
Close #542 - Add an option for disabling running locally installed executable...
w0rp
2017-12-13
Fix PHP linter to support PHP 7.2 lint output
Stephen Rathbone
2017-11-05
Add executable option for phpmd linter (resolves #1076) (#1078)
David Sierra DiazGranados
2017-10-31
Prevent logging of errors in the php linter.
Derrick Nelson
2017-10-26
Merge pull request #1009 from sirbrillig/add/phpcs-include-code-option
w0rp
2017-10-26
Include sniff code in message
Payton Swick
2017-10-24
Add phan as a linter for php files (#1026)
Diego Oliveira
2017-10-22
Fix the regex of phpmd
Diego Oliveira
2017-09-30
Added g:ale_php_phpstan_configuration option
Ruslan Osmanov
2017-08-21
Fix #864 - Use the user's configured executable for phpstan for executable() ...
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-08-07
Document the PHP langserver integration
w0rp
2017-08-02
Cover the PHP language server functions with Vader tests
w0rp
2017-08-02
#517 Enable the PHP language server
w0rp
2017-07-30
Fix some bugs so the PHP language server will show errors at least once
w0rp
2017-07-26
#517 Add more code LSP support which makes the tssserver linter behave more l...
w0rp
2017-07-16
Added phpstan linter for php. (#772)
Ardis
2017-06-21
Support project's local phpcs installation (#666)
Eric Stern
2017-05-17
Add end columns on php linter #538
Adriaan Zonnenberg
2017-05-08
Read errors from stdout only (and make sure they are displayed)
Pawel Bogut
2017-04-18
Add a function for getting matches, and use it to simplify a lot of code
w0rp
2017-04-16
#427 Implement buffer variable overrides for all linter options
w0rp
2017-04-15
Fix #257 in preparation for #427, standardise options with fallbacks, and mak...
w0rp
2017-04-12
PHP: Fix double errors and support fatal errors
Adriaan Zonnenberg
2017-03-30
Remove 'col' from linters where it is hardcoded to 1 (#434)
Adriaan Zonnenberg
2017-03-01
Fix PHP column matching for unexpected single quotes (#370)
Adriaan Zonnenberg
[next]