Files
php-curl-class/tests/phpstan-baseline.neon
T
Zach Borboa 29cca2e48b Move some configs out of the root directory (#910)
* Move flake8 configuration out of root directory

* Move PHPStan configuration out of root directory
2025-01-12 12:39:31 -05:00

14 lines
371 B
Plaintext

parameters:
ignoreErrors:
-
message: '#^Class CurlHandle not found\.$#'
identifier: class.notFound
count: 2
path: ../src/Curl/Curl.php
-
message: '#^Class CurlMultiHandle not found\.$#'
identifier: class.notFound
count: 2
path: ../src/Curl/MultiCurl.php