Skip to content

Commit b744338

Browse files
committed
chore: update phpstan-baseline
1 parent 3cd7572 commit b744338

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8616,16 +8616,6 @@
86168616
'count' => 1,
86178617
'path' => __DIR__ . '/system/Test/Fabricator.php',
86188618
];
8619-
$ignoreErrors[] = [
8620-
'message' => '#^Method CodeIgniter\\\\Test\\\\Interfaces\\\\FabricatorModel\\:\\:find\\(\\) return type has no value type specified in iterable type array\\.$#',
8621-
'count' => 1,
8622-
'path' => __DIR__ . '/system/Test/Interfaces/FabricatorModel.php',
8623-
];
8624-
$ignoreErrors[] = [
8625-
'message' => '#^Method CodeIgniter\\\\Test\\\\Interfaces\\\\FabricatorModel\\:\\:insert\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#',
8626-
'count' => 1,
8627-
'path' => __DIR__ . '/system/Test/Interfaces/FabricatorModel.php',
8628-
];
86298619
$ignoreErrors[] = [
86308620
'message' => '#^Property CodeIgniter\\\\Test\\\\Mock\\\\MockBuilder\\:\\:\\$supportedIgnoreStatements type has no value type specified in iterable type array\\.$#',
86318621
'count' => 1,
@@ -10401,11 +10391,6 @@
1040110391
'count' => 1,
1040210392
'path' => __DIR__ . '/tests/_support/Models/EventModel.php',
1040310393
];
10404-
$ignoreErrors[] = [
10405-
'message' => '#^Method Tests\\\\Support\\\\Models\\\\FabricatorModel\\:\\:fake\\(\\) has no return type specified\\.$#',
10406-
'count' => 1,
10407-
'path' => __DIR__ . '/tests/_support/Models/FabricatorModel.php',
10408-
];
1040910394
$ignoreErrors[] = [
1041010395
'message' => '#^Property Tests\\\\Support\\\\Models\\\\JobModel\\:\\:\\$description has no type specified\\.$#',
1041110396
'count' => 1,

0 commit comments

Comments
 (0)