bug: the type of returned array by $model->first()
is not correct
#19
Labels
bug
Something isn't working
$model->first()
is not correct
#19
PHP Version
8.1
PHPStan CodeIgniter Version
v1.4.2.70400
PHPStan Version
1.10.47
What happened?
The type of returned array by
$model->select()->asArray()->first()
is not correct.Minimum Reproduction Script
https://github.com/codeigniter4/shield/blob/cecec6703d55463d6b6a34a14af58b199886a7de/src/Models/UserModel.php#L207
Expected Output
Actual data:
The text was updated successfully, but these errors were encountered: