Skip to content

Commit 8f190fc

Browse files
committed
Update baseline (1681, 92)
1 parent bf6c7f8 commit 8f190fc

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

phpstan/baseline.neon

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,19 +2152,14 @@ parameters:
21522152

21532153
-
21542154
message: "#^Casting to bool something that's already bool\\.$#"
2155-
count: 15
2155+
count: 11
21562156
path: ../src/Composer/Installer.php
21572157

21582158
-
21592159
message: "#^Only booleans are allowed in &&, array\\<array\\<string, string\\>\\> given on the right side\\.$#"
21602160
count: 1
21612161
path: ../src/Composer/Installer.php
21622162

2163-
-
2164-
message: "#^Only booleans are allowed in &&, array\\<string\\>\\|null given on the left side\\.$#"
2165-
count: 1
2166-
path: ../src/Composer/Installer.php
2167-
21682163
-
21692164
message: "#^Only booleans are allowed in a negated boolean, Composer\\\\Repository\\\\LockArrayRepository\\|null given\\.$#"
21702165
count: 1
@@ -2205,16 +2200,6 @@ parameters:
22052200
count: 5
22062201
path: ../src/Composer/Installer.php
22072202

2208-
-
2209-
message: "#^Only booleans are allowed in an if condition, array\\<string\\>\\|null given\\.$#"
2210-
count: 1
2211-
path: ../src/Composer/Installer.php
2212-
2213-
-
2214-
message: "#^Only booleans are allowed in \\|\\|, array\\<string\\>\\|null given on the left side\\.$#"
2215-
count: 2
2216-
path: ../src/Composer/Installer.php
2217-
22182203
-
22192204
message: "#^Parameter \\#2 \\$stabilityFlags of class Composer\\\\Repository\\\\RepositorySet constructor expects array\\<string, 0\\|5\\|10\\|15\\|20\\>, non\\-empty\\-array\\<string, 0\\|5\\|10\\|15\\|20\\|string\\> given\\.$#"
22202205
count: 1

0 commit comments

Comments
 (0)