We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cb2d3 commit b99857cCopy full SHA for b99857c
baseline-7.4.neon
@@ -4,11 +4,3 @@ parameters:
4
message: "#^Strict comparison using \\=\\=\\= between null and string will always evaluate to false\\.$#"
5
count: 1
6
path: src/utils/HttpClient.php
7
-
8
- -
9
- message: "#CurlShareHandle#"
10
- path: src/utils/HttpClient.php
11
12
13
- message: "#CurlSharePersistentHandle#"
14
phpstan.neon
@@ -13,3 +13,12 @@ parameters:
excludePaths:
15
- tests/data/*
16
+
17
+ ignoreErrors:
18
+ -
19
+ message: "#CurlShareHandle#"
20
+ path: src/utils/HttpClient.php
21
22
23
+ message: "#CurlSharePersistentHandle#"
24
0 commit comments