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 5c229ee commit 07b01e2Copy full SHA for 07b01e2
2 files changed
phpstan-baseline.neon
@@ -0,0 +1,16 @@
1
+parameters:
2
+ ignoreErrors:
3
+ -
4
+ message: "#^Result of && is always false\\.$#"
5
+ count: 1
6
+ path: src/AbstractTransport.php
7
+
8
9
10
11
+ path: src/Http.php
12
13
14
15
+ count: 2
16
+ path: src/HttpFactory.php
phpstan.neon
@@ -1,6 +1,7 @@
includes:
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
+ - phpstan-baseline.neon
parameters:
level: 5
0 commit comments