Skip to content

Commit 65ae42b

Browse files
committed
chore: fix phpstan
1 parent 1455476 commit 65ae42b

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

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)