mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
ed61bcafda
* add support for Psalter to remove UnusedVariable * fix issues found by Psalm * fix stylistic issues found by phpcs * added more stylistic changes and suppressed UndefinedClass error for Psalm * suppress TypeDoesNotContainType error for CheckTrivialExprVisitor * fix whitespace issue raised by phpcs * fix bug where partial removal of assignment by ref does not process '&' symbol * Remove workspace files * remove 'Array_' and 'ArrayItem' classes from blacklist and add 'New_' class to the blacklist
17 lines
269 B
Plaintext
17 lines
269 B
Plaintext
/build/
|
|
/vendor/
|
|
/extra/
|
|
.DS_Store
|
|
/.php_cs.cache
|
|
/.php_cs
|
|
/.phpunit.result.cache
|
|
.*.swp
|
|
.*.swo
|
|
/composer.lock
|
|
/phpunit.xml
|
|
/vendor-bin/*/composer.lock
|
|
/vendor-bin/*/vendor/
|
|
/tests/fixtures/symlinktest/*
|
|
|
|
.idea/inspectionProfiles/Project_Default.xml
|
|
.idea/workspace.xml |