You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -436,12 +436,12 @@ parameters:
436
436
path:src/Console/DumpDatabaseCommand.php
437
437
438
438
-
439
-
message:"#^Parameter \\#1 \\$em of method LaravelDoctrine\\\\ORM\\\\Console\\\\DumpDatabaseCommand\\:\\:dump\\(\\) expects string, array\\|bool\\|string\\|null given\\.$#"
439
+
message:"#^Parameter \\#1 \\$em of method LaravelDoctrine\\\\ORM\\\\Console\\\\DumpDatabaseCommand\\:\\:dump\\(\\) expects string, array\\|string\\|true given\\.$#"
440
440
count:1
441
441
path:src/Console/DumpDatabaseCommand.php
442
442
443
443
-
444
-
message:"#^Parameter \\#2 \\$em of method LaravelDoctrine\\\\ORM\\\\Console\\\\DumpDatabaseCommand\\:\\:connect\\(\\) expects string, array\\|bool\\|string\\|null given\\.$#"
444
+
message:"#^Parameter \\#2 \\$em of method LaravelDoctrine\\\\ORM\\\\Console\\\\DumpDatabaseCommand\\:\\:connect\\(\\) expects string, array\\|string\\|true given\\.$#"
445
445
count:1
446
446
path:src/Console/DumpDatabaseCommand.php
447
447
@@ -525,6 +525,14 @@ parameters:
525
525
count:3
526
526
path:src/DoctrineServiceProvider.php
527
527
528
+
-
529
+
message:"""
530
+
#^Call to method register\\(\\) of deprecated class Doctrine\\\\Common\\\\Proxy\\\\Autoloader\\:
531
+
The Autoloader class is deprecated since doctrine/common 3\\.5\\.$#
532
+
"""
533
+
count:1
534
+
path:src/DoctrineServiceProvider.php
535
+
528
536
-
529
537
message:"#^Call to static method create\\(\\) on an unknown class Faker\\\\Factory\\.$#"
530
538
count:1
@@ -1163,6 +1171,11 @@ parameters:
1163
1171
count:1
1164
1172
path:src/Pagination/PaginatorAdapter.php
1165
1173
1174
+
-
1175
+
message:"#^Method LaravelDoctrine\\\\ORM\\\\Pagination\\\\PaginatorAdapter\\:\\:convertToLaravelPaginator\\(\\) return type with generic class Illuminate\\\\Pagination\\\\LengthAwarePaginator does not specify its types\\: TKey, TValue$#"
1176
+
count:1
1177
+
path:src/Pagination/PaginatorAdapter.php
1178
+
1166
1179
-
1167
1180
message:"#^Method LaravelDoctrine\\\\ORM\\\\Pagination\\\\PaginatorAdapter\\:\\:fromParams\\(\\) has parameter \\$queryParams with no value type specified in iterable type array\\.$#"
0 commit comments