mirror of
https://github.com/predis/predis.git
synced 2026-08-24 17:29:35 +00:00
5331d943fe
* Upgrade static analysis to PHPStan level 2 * Fix CS and CI * Fix coverage path * Start debugging * Stop debugging
18 lines
534 B
Plaintext
18 lines
534 B
Plaintext
* text=auto
|
|
|
|
/.github/ export-ignore
|
|
/examples/ export-ignore
|
|
/tests/ export-ignore
|
|
/.codespellrc export-ignore linguist-language=INI
|
|
/.editorconfig export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.php-cs-fixer.dist.php export-ignore
|
|
/CHANGELOG.md export-ignore linguist-documentation
|
|
/CONTRIBUTING.md export-ignore linguist-documentation
|
|
/FAQ.md export-ignore linguist-documentation
|
|
/VERSION export-ignore
|
|
/phpunit.xml.dist export-ignore
|
|
/phpstan.dist.neon export-ignore
|
|
/phpstan-tests.dist.neon export-ignore
|