mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-18 22:22:24 +00:00
17 lines
383 B
Plaintext
17 lines
383 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
- phar://phpstan.phar/conf/bleedingEdge.neon
|
|
|
|
parameters:
|
|
reportUnmatchedIgnoredErrors: false
|
|
|
|
# TODO: Increase rule level to be more strict.
|
|
level: 3
|
|
|
|
# TODO: Remove all exclusions except vendor/ and fix related errors.
|
|
excludePaths:
|
|
- ../examples/*
|
|
- ../tests/*
|
|
- ../vendor/*
|
|
- ../www/*
|