Skip to content

Commit 479b35d

Browse files
committed
chore: remove ignoreErrors
1 parent 8254eb7 commit 479b35d

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3136,26 +3136,6 @@
31363136
'count' => 1,
31373137
'path' => __DIR__ . '/system/Test/DOMParser.php',
31383138
];
3139-
$ignoreErrors[] = [
3140-
'message' => '#^Access to an undefined property object\\:\\:\\$createdField\\.$#',
3141-
'count' => 1,
3142-
'path' => __DIR__ . '/system/Test/Fabricator.php',
3143-
];
3144-
$ignoreErrors[] = [
3145-
'message' => '#^Access to an undefined property object\\:\\:\\$deletedField\\.$#',
3146-
'count' => 1,
3147-
'path' => __DIR__ . '/system/Test/Fabricator.php',
3148-
];
3149-
$ignoreErrors[] = [
3150-
'message' => '#^Access to an undefined property object\\:\\:\\$updatedField\\.$#',
3151-
'count' => 1,
3152-
'path' => __DIR__ . '/system/Test/Fabricator.php',
3153-
];
3154-
$ignoreErrors[] = [
3155-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3156-
'count' => 5,
3157-
'path' => __DIR__ . '/system/Test/Fabricator.php',
3158-
];
31593139
$ignoreErrors[] = [
31603140
'message' => '#^Method CodeIgniter\\\\Test\\\\Fabricator\\:\\:resetCounts\\(\\) has no return type specified\\.$#',
31613141
'count' => 1,
@@ -3176,11 +3156,6 @@
31763156
'count' => 1,
31773157
'path' => __DIR__ . '/system/Test/FeatureTestCase.php',
31783158
];
3179-
$ignoreErrors[] = [
3180-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3181-
'count' => 1,
3182-
'path' => __DIR__ . '/system/Test/FeatureTestCase.php',
3183-
];
31843159
$ignoreErrors[] = [
31853160
'message' => '#^Method CodeIgniter\\\\Test\\\\FeatureTestCase\\:\\:clearInsertCache\\(\\) has no return type specified\\.$#',
31863161
'count' => 1,
@@ -3306,11 +3281,6 @@
33063281
'count' => 1,
33073282
'path' => __DIR__ . '/system/Test/Mock/MockCURLRequest.php',
33083283
];
3309-
$ignoreErrors[] = [
3310-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3311-
'count' => 3,
3312-
'path' => __DIR__ . '/system/Test/Mock/MockCache.php',
3313-
];
33143284
$ignoreErrors[] = [
33153285
'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockCache\\:\\:assertHas\\(\\) has no return type specified\\.$#',
33163286
'count' => 1,
@@ -3346,11 +3316,6 @@
33463316
'count' => 1,
33473317
'path' => __DIR__ . '/system/Test/Mock/MockConnection.php',
33483318
];
3349-
$ignoreErrors[] = [
3350-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3351-
'count' => 2,
3352-
'path' => __DIR__ . '/system/Test/Mock/MockConnection.php',
3353-
];
33543319
$ignoreErrors[] = [
33553320
'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockConnection\\:\\:_close\\(\\) should return mixed but return statement is missing\\.$#',
33563321
'count' => 1,

0 commit comments

Comments
 (0)