Skip to content

Commit e2f8c3c

Browse files
committed
refactor: Refresh phpstan baseline
1 parent 7fd0690 commit e2f8c3c

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

utils/phpstan-baseline/varTag.type.neon

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,7 @@
1-
# total 9 errors
1+
# total 2 errors
22

33
parameters:
44
ignoreErrors:
5-
-
6-
message: '#^PHPDoc tag @var with type list\<string\>\|Redis\|false is not subtype of type array\<int, string\>\|false\.$#'
7-
count: 1
8-
path: ../../system/Cache/Handlers/RedisHandler.php
9-
10-
-
11-
message: '#^PHPDoc tag @var with type Config\\Session\|null is not subtype of type Config\\Session\.$#'
12-
count: 1
13-
path: ../../system/Commands/Generators/MigrationGenerator.php
14-
15-
-
16-
message: '#^PHPDoc tag @var with type Config\\CURLRequest\|null is not subtype of type Config\\CURLRequest\.$#'
17-
count: 1
18-
path: ../../system/HTTP/CURLRequest.php
19-
20-
-
21-
message: '#^PHPDoc tag @var with type string is not subtype of type DateTimeZone\.$#'
22-
count: 1
23-
path: ../../system/I18n/Time.php
24-
25-
-
26-
message: '#^PHPDoc tag @var with type string is not subtype of type DateTimeZone\.$#'
27-
count: 1
28-
path: ../../system/I18n/TimeLegacy.php
29-
30-
-
31-
message: '#^PHPDoc tag @var with type Closure\(object\)\: string is not subtype of type Closure\(mixed \.\.\.\)\: mixed\.$#'
32-
count: 2
33-
path: ../../tests/system/Commands/Utilities/ConfigCheckTest.php
34-
355
-
366
message: '#^PHPDoc tag @var with type Tests\\Support\\Entity\\UserWithCasts is not subtype of type list\<array\{\}\>\|null\.$#'
377
count: 1

0 commit comments

Comments
 (0)