Skip to content

Commit 03cf3fa

Browse files
committed
update phpstan baseline
1 parent 43e1d54 commit 03cf3fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

utils/phpstan-baseline/empty.notAllowed.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 231 errors
1+
# total 230 errors
22

33
parameters:
44
ignoreErrors:
@@ -69,7 +69,7 @@ parameters:
6969

7070
-
7171
message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#'
72-
count: 5
72+
count: 4
7373
path: ../../system/Database/MigrationRunner.php
7474

7575
-

utils/phpstan-baseline/loader.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 2846 errors
1+
# total 2845 errors
22
includes:
33
- argument.type.neon
44
- assign.propertyType.neon

0 commit comments

Comments
 (0)