Skip to content

Commit a3ecb99

Browse files
committed
docs: fix by rector
1 parent a91f1b7 commit a3ecb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
* @method $this whereIn(?string $key = null, $values = null, ?bool $escape = null)
8686
* @method $this whereNotIn(?string $key = null, $values = null, ?bool $escape = null)
8787
*
88-
* @phpstan-import-type RowArray from \CodeIgniter\BaseModel
88+
* @phpstan-import-type RowArray from BaseModel
8989
*/
9090
class Model extends BaseModel
9191
{

0 commit comments

Comments
 (0)