Skip to content

Commit 07b01e2

Browse files
committed
Add phpstan baseline for 3.x-dev
1 parent 5c229ee commit 07b01e2

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
message: "#^Result of && is always false\\.$#"
10+
count: 1
11+
path: src/Http.php
12+
13+
-
14+
message: "#^Result of && is always false\\.$#"
15+
count: 2
16+
path: src/HttpFactory.php

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
includes:
33
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
4+
- phpstan-baseline.neon
45

56
parameters:
67
level: 5

0 commit comments

Comments
 (0)