Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions system/HTTP/RedirectResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ public function withInput()
{
$session = service('session');
$session->setFlashdata('_ci_old_input', [
// @phpstan-ignore-next-line
'get' => $_GET ?? [],
// @phpstan-ignore-next-line
'post' => $_POST ?? [],
]);

Expand Down
3 changes: 1 addition & 2 deletions utils/phpstan-baseline/loader.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# total 3541 errors
# total 3539 errors
includes:
- argument.type.neon
- assign.propertyType.neon
Expand All @@ -22,7 +22,6 @@ includes:
- missingType.return.neon
- notIdentical.alwaysTrue.neon
- nullCoalesce.property.neon
- nullCoalesce.variable.neon
- offsetAccess.notFound.neon
- property.defaultValue.neon
- property.nonObject.neon
Expand Down
13 changes: 0 additions & 13 deletions utils/phpstan-baseline/nullCoalesce.variable.neon

This file was deleted.

Loading