-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
31 lines (27 loc) · 1.16 KB
/
phpstan-baseline.neon
File metadata and controls
31 lines (27 loc) · 1.16 KB
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:
-
rawMessage: Access to protected property chillerlan\HTTP\HTTPOptions::$ca_info.
identifier: property.protected
count: 1
path: src/ChillerlanHttpClientFactory.php
-
rawMessage: Access to protected property chillerlan\HTTP\HTTPOptions::$user_agent.
identifier: property.protected
count: 1
path: src/ChillerlanHttpClientFactory.php
-
rawMessage: Cannot unset property chillerlan\PHPUnitHttpTest\PHPUnitHttpFactoryTestAbstract::$REQUEST_FACTORY because it might have hooks in a subclass.
identifier: unset.possiblyHookedProperty
count: 1
path: tests/PHPUnitHttpFactoryTestAbstract.php
-
rawMessage: Cannot unset property chillerlan\PHPUnitHttpTest\PHPUnitHttpFactoryTestAbstract::$httpClient because it might have hooks in a subclass.
identifier: unset.possiblyHookedProperty
count: 1
path: tests/PHPUnitHttpFactoryTestAbstract.php
-
rawMessage: Cannot unset property chillerlan\PHPUnitHttpTest\PHPUnitHttpFactoryTestAbstract::$httpClientFactory because it might have hooks in a subclass.
identifier: unset.possiblyHookedProperty
count: 1
path: tests/PHPUnitHttpFactoryTestAbstract.php