We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91f1b7 commit a3ecb99Copy full SHA for a3ecb99
system/Model.php
@@ -85,7 +85,7 @@
85
* @method $this whereIn(?string $key = null, $values = null, ?bool $escape = null)
86
* @method $this whereNotIn(?string $key = null, $values = null, ?bool $escape = null)
87
*
88
- * @phpstan-import-type RowArray from \CodeIgniter\BaseModel
+ * @phpstan-import-type RowArray from BaseModel
89
*/
90
class Model extends BaseModel
91
{
0 commit comments