Skip to content

Commit b99857c

Browse files
committed
fix
1 parent 61cb2d3 commit b99857c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

baseline-7.4.neon

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,3 @@ parameters:
44
message: "#^Strict comparison using \\=\\=\\= between null and string will always evaluate to false\\.$#"
55
count: 1
66
path: src/utils/HttpClient.php
7-
8-
-
9-
message: "#CurlShareHandle#"
10-
path: src/utils/HttpClient.php
11-
12-
-
13-
message: "#CurlSharePersistentHandle#"
14-
path: src/utils/HttpClient.php

phpstan.neon

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ parameters:
1313

1414
excludePaths:
1515
- tests/data/*
16+
17+
ignoreErrors:
18+
-
19+
message: "#CurlShareHandle#"
20+
path: src/utils/HttpClient.php
21+
22+
-
23+
message: "#CurlSharePersistentHandle#"
24+
path: src/utils/HttpClient.php

0 commit comments

Comments
 (0)