phpunit test update, update all static testers, add psalm tester
Add Readme file update for install via composer psalm static checker added phan and phpstan update with ignoring vendor and test files as they are not needed in final system
This commit is contained in:
@@ -77,6 +77,8 @@ return [
|
||||
// A list of directories holding code that we want
|
||||
// to parse, but not analyze
|
||||
"exclude_analysis_directory_list" => [
|
||||
'vendor',
|
||||
'test'
|
||||
],
|
||||
'exclude_file_list' => [
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user