Remove PHP errors about too many public methods

This commit is contained in:
Kevin MacMartin 2016-04-28 16:40:34 -04:00
parent 8c33842ee3
commit 8cf404d3fc

View file

@ -221,7 +221,8 @@ scriptencoding utf-8
\ 'The function.*has a Cyclomatic Complexity.*',
\ 'The function.*has an NPath complexity.*',
\ 'The function.*Avoid really long methods\.',
\ 'The class.*has an overall complexity.*'
\ 'The class.*has an overall complexity.*',
\ 'The class.*has.*public methods.*'
\ ]}
let g:syntastic_sh_bashate_quiet_messages={
\ 'regex':[