Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"phpunit/phpcov": "^9.0.2 || ^10.0",
"phpunit/phpunit": "^10.5.16 || ^11.2",
"predis/predis": "^3.0",
"rector/rector": "2.2.7",
"rector/rector": "2.2.8",
"shipmonk/phpstan-baseline-per-identifier": "^2.0"
},
"replace": {
Expand Down
2 changes: 1 addition & 1 deletion system/Database/BaseBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class BaseBuilder
/**
* QB SELECT data
*
* @var array
* @var list<string>
*/
protected $QBSelect = [];

Expand Down
2 changes: 1 addition & 1 deletion utils/phpstan-baseline/loader.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# total 2773 errors
# total 2772 errors

includes:
- argument.type.neon
Expand Down
7 changes: 1 addition & 6 deletions utils/phpstan-baseline/missingType.iterableValue.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# total 1376 errors
# total 1375 errors

parameters:
ignoreErrors:
Expand Down Expand Up @@ -892,11 +892,6 @@ parameters:
count: 1
path: ../../system/Database/BaseBuilder.php

-
message: '#^Property CodeIgniter\\Database\\BaseBuilder\:\:\$QBSelect type has no value type specified in iterable type array\.$#'
count: 1
path: ../../system/Database/BaseBuilder.php

-
message: '#^Property CodeIgniter\\Database\\BaseBuilder\:\:\$QBWhere type has no value type specified in iterable type array\.$#'
count: 1
Expand Down
Loading