Skip to content

Commit 596aa69

Browse files
committed
regenerate baseline
1 parent b74136e commit 596aa69

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

phpstan-baseline.php

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11451,7 +11451,7 @@
1145111451
];
1145211452
$ignoreErrors[] = [
1145311453
// identifier: codeigniter.superglobalAccessAssign
11454-
'message' => '#^Assigning mixed directly on offset \'CONTENT_TYPE\' of \\$_SERVER is discouraged\\.$#',
11454+
'message' => '#^Assigning string directly on offset \'CONTENT_TYPE\' of \\$_SERVER is discouraged\\.$#',
1145511455
'count' => 1,
1145611456
'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php',
1145711457
];
@@ -11485,18 +11485,6 @@
1148511485
'count' => 1,
1148611486
'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php',
1148711487
];
11488-
$ignoreErrors[] = [
11489-
// identifier: missingType.parameter
11490-
'message' => '#^Method CodeIgniter\\\\API\\\\ResponseTraitTest\\:\\:tryValidContentType\\(\\) has parameter \\$contentType with no type specified\\.$#',
11491-
'count' => 1,
11492-
'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php',
11493-
];
11494-
$ignoreErrors[] = [
11495-
// identifier: missingType.parameter
11496-
'message' => '#^Method CodeIgniter\\\\API\\\\ResponseTraitTest\\:\\:tryValidContentType\\(\\) has parameter \\$mimeType with no type specified\\.$#',
11497-
'count' => 1,
11498-
'path' => __DIR__ . '/tests/system/API/ResponseTraitTest.php',
11499-
];
1150011488
$ignoreErrors[] = [
1150111489
// identifier: missingType.parameter
1150211490
'message' => '#^Method class@anonymous/tests/system/API/ResponseTraitTest\\.php\\:116\\:\\:__construct\\(\\) has parameter \\$formatter with no type specified\\.$#',
@@ -16765,12 +16753,6 @@
1676516753
'count' => 1,
1676616754
'path' => __DIR__ . '/tests/system/RESTful/ResourcePresenterTest.php',
1676716755
];
16768-
$ignoreErrors[] = [
16769-
// identifier: missingType.parameter
16770-
'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouterImprovedTest\\:\\:createNewAutoRouter\\(\\) has parameter \\$namespace with no type specified\\.$#',
16771-
'count' => 1,
16772-
'path' => __DIR__ . '/tests/system/Router/AutoRouterImprovedTest.php',
16773-
];
1677416756
$ignoreErrors[] = [
1677516757
// identifier: missingType.iterableValue
1677616758
'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouterImprovedTest\\:\\:provideRejectTranslateUriToCamelCase\\(\\) return type has no value type specified in iterable type iterable\\.$#',
@@ -17191,12 +17173,6 @@
1719117173
'count' => 1,
1719217174
'path' => __DIR__ . '/tests/system/Test/BootstrapFCPATHTest.php',
1719317175
];
17194-
$ignoreErrors[] = [
17195-
// identifier: missingType.parameter
17196-
'message' => '#^Method CodeIgniter\\\\Test\\\\BootstrapFCPATHTest\\:\\:readOutput\\(\\) has parameter \\$file with no type specified\\.$#',
17197-
'count' => 1,
17198-
'path' => __DIR__ . '/tests/system/Test/BootstrapFCPATHTest.php',
17199-
];
1720017176
$ignoreErrors[] = [
1720117177
// identifier: method.notFound
1720217178
'message' => '#^Call to an undefined method CodeIgniter\\\\Test\\\\TestResponse\\:\\:ohno\\(\\)\\.$#',

0 commit comments

Comments
 (0)