mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-20 13:21:59 +00:00
29cca2e48b
* Move flake8 configuration out of root directory * Move PHPStan configuration out of root directory
14 lines
371 B
Plaintext
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
|