diff --git a/doc/syntastic-checkers.txt b/doc/syntastic-checkers.txt index db10b5a8..38248b07 100644 --- a/doc/syntastic-checkers.txt +++ b/doc/syntastic-checkers.txt @@ -4714,7 +4714,7 @@ This checker is initialised using the "makeprgBuild()" function and thus it accepts the standard options described at |syntastic-config-makeprg|. ------------------------------------------------------------------------------ -5. PHP Static Analysis Tool *syntastic-php-phpstan* +5. PHP Static Analysis Tool *syntastic-php-phpstan* Name: phpstan Maintainer: Przepompownia diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index c5f21197..d5a9304e 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.8.0-54' +let g:_SYNTASTIC_VERSION = '3.8.0-55' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1