forked from edamov/pushok
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
31 lines (26 loc) · 977 Bytes
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
parameters:
ignoreErrors:
-
message: "#^Parameter \\#2 \\$handle of function curl_multi_add_handle expects CurlHandle, CurlHandle|resource given\\.$#"
count: 2
path: src/Client.php
-
message: "#^Parameter \\#1 \\$mh of function curl_multi\\S+ expects resource, \\S+ given\\.$#"
count: 11
path: src/Client.php
-
message: "#^Property Apnpush\\\\Client::\\$curlMultiHandle has unknown class CurlMultiHandle as its type\\.$#"
count: 1
path: src/Client.php
-
message: "#^Property Apnpush\\\\Client::\\$curlMultiHandle \\(CurlMultiHandle\\|null\\) does not accept resource\\|false\\.$#"
count: 1
path: src/Client.php
-
message: "#^Method Apnpush\\\\Client::prepareHandle\\(\\) has invalid return type CurlHandle\\.$#"
count: 1
path: src/Client.php
-
message: "#^Method Apnpush\\\\Client::prepareHandle\\(\\) never returns CurlHandle so it can be removed from the return type\\.$#"
count: 1
path: src/Client.php