Skip to content

Commit 33e7b86

Browse files
committed
chore: Update phpstan baseline
1 parent a404a55 commit 33e7b86

File tree

2 files changed

+2
-62
lines changed

2 files changed

+2
-62
lines changed

utils/phpstan-baseline/codeigniter.superglobalAccessAssign.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ parameters:
5858
path: ../../tests/system/CLI/ConsoleTest.php
5959

6060
-
61-
message: '#^Assigning non\-empty\-array\<int\|string, ''spark''\|array\> directly on offset ''argv'' of \$_SERVER is discouraged\.$#'
61+
message: '#^Assigning non\-empty\-array\<int\|string, string\> directly on offset ''argv'' of \$_SERVER is discouraged\.$#'
6262
count: 1
6363
path: ../../tests/system/CLI/ConsoleTest.php
6464

utils/phpstan-baseline/missingType.iterableValue.neon

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 1671 errors
1+
# total 1659 errors
22

33
parameters:
44
ignoreErrors:
@@ -182,16 +182,6 @@ parameters:
182182
count: 1
183183
path: ../../system/BaseModel.php
184184

185-
-
186-
message: '#^Method CodeIgniter\\CLI\\CLI\:\:getOptions\(\) return type has no value type specified in iterable type array\.$#'
187-
count: 1
188-
path: ../../system/CLI/CLI.php
189-
190-
-
191-
message: '#^Method CodeIgniter\\CLI\\CLI\:\:getSegments\(\) return type has no value type specified in iterable type array\.$#'
192-
count: 1
193-
path: ../../system/CLI/CLI.php
194-
195185
-
196186
message: '#^Method CodeIgniter\\CLI\\CLI\:\:isZeroOptions\(\) has parameter \$options with no value type specified in iterable type array\.$#'
197187
count: 1
@@ -247,51 +237,6 @@ parameters:
247237
count: 1
248238
path: ../../system/CLI/CLI.php
249239

250-
-
251-
message: '#^Property CodeIgniter\\CLI\\CLI\:\:\$options type has no value type specified in iterable type array\.$#'
252-
count: 1
253-
path: ../../system/CLI/CLI.php
254-
255-
-
256-
message: '#^Property CodeIgniter\\CLI\\CLI\:\:\$segments type has no value type specified in iterable type array\.$#'
257-
count: 1
258-
path: ../../system/CLI/CLI.php
259-
260-
-
261-
message: '#^Method CodeIgniter\\CLI\\Commands\:\:getCommandAlternatives\(\) has parameter \$collection with no value type specified in iterable type array\.$#'
262-
count: 1
263-
path: ../../system/CLI/Commands.php
264-
265-
-
266-
message: '#^Method CodeIgniter\\CLI\\Commands\:\:getCommandAlternatives\(\) return type has no value type specified in iterable type array\.$#'
267-
count: 1
268-
path: ../../system/CLI/Commands.php
269-
270-
-
271-
message: '#^Method CodeIgniter\\CLI\\Commands\:\:getCommands\(\) return type has no value type specified in iterable type array\.$#'
272-
count: 1
273-
path: ../../system/CLI/Commands.php
274-
275-
-
276-
message: '#^Method CodeIgniter\\CLI\\Commands\:\:run\(\) has parameter \$params with no value type specified in iterable type array\.$#'
277-
count: 1
278-
path: ../../system/CLI/Commands.php
279-
280-
-
281-
message: '#^Method CodeIgniter\\CLI\\Commands\:\:verifyCommand\(\) has parameter \$commands with no value type specified in iterable type array\.$#'
282-
count: 1
283-
path: ../../system/CLI/Commands.php
284-
285-
-
286-
message: '#^Property CodeIgniter\\CLI\\Commands\:\:\$commands type has no value type specified in iterable type array\.$#'
287-
count: 1
288-
path: ../../system/CLI/Commands.php
289-
290-
-
291-
message: '#^Method CodeIgniter\\CLI\\Console\:\:parseParamsForHelpOption\(\) has parameter \$params with no value type specified in iterable type array\.$#'
292-
count: 1
293-
path: ../../system/CLI/Console.php
294-
295240
-
296241
message: '#^Method CodeIgniter\\CLI\\Console\:\:parseParamsForHelpOption\(\) return type has no value type specified in iterable type array\.$#'
297242
count: 1
@@ -6652,11 +6597,6 @@ parameters:
66526597
count: 1
66536598
path: ../../tests/system/CLI/CLITest.php
66546599

6655-
-
6656-
message: '#^Method CodeIgniter\\CLI\\ConsoleTest\:\:initCLI\(\) has parameter \$command with no value type specified in iterable type array\.$#'
6657-
count: 1
6658-
path: ../../tests/system/CLI/ConsoleTest.php
6659-
66606600
-
66616601
message: '#^Method CodeIgniter\\Cache\\Handlers\\BaseHandlerTest\:\:provideValidateKeyInvalidType\(\) return type has no value type specified in iterable type iterable\.$#'
66626602
count: 1

0 commit comments

Comments
 (0)