Skip to content

Commit 0e15d04

Browse files
authored
Merge pull request #9795 from codeigniter4/dependabot/composer/rector/rector-2.2.8
chore(deps-dev): update rector/rector requirement from 2.2.7 to 2.2.8
2 parents 9972ca0 + 65ae42b commit 0e15d04

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"phpunit/phpcov": "^9.0.2 || ^10.0",
2929
"phpunit/phpunit": "^10.5.16 || ^11.2",
3030
"predis/predis": "^3.0",
31-
"rector/rector": "2.2.7",
31+
"rector/rector": "2.2.8",
3232
"shipmonk/phpstan-baseline-per-identifier": "^2.0"
3333
},
3434
"replace": {

system/Database/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class BaseBuilder
4141
/**
4242
* QB SELECT data
4343
*
44-
* @var array
44+
* @var list<string>
4545
*/
4646
protected $QBSelect = [];
4747

utils/phpstan-baseline/loader.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 2773 errors
1+
# total 2772 errors
22

33
includes:
44
- argument.type.neon

utils/phpstan-baseline/missingType.iterableValue.neon

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 1376 errors
1+
# total 1375 errors
22

33
parameters:
44
ignoreErrors:
@@ -892,11 +892,6 @@ parameters:
892892
count: 1
893893
path: ../../system/Database/BaseBuilder.php
894894

895-
-
896-
message: '#^Property CodeIgniter\\Database\\BaseBuilder\:\:\$QBSelect type has no value type specified in iterable type array\.$#'
897-
count: 1
898-
path: ../../system/Database/BaseBuilder.php
899-
900895
-
901896
message: '#^Property CodeIgniter\\Database\\BaseBuilder\:\:\$QBWhere type has no value type specified in iterable type array\.$#'
902897
count: 1

0 commit comments

Comments
 (0)