Skip to content

Commit 11a3252

Browse files
committed
refactor: Update types for BaseModel, Model and dependencies
1 parent e39c749 commit 11a3252

File tree

11 files changed

+220
-640
lines changed

11 files changed

+220
-640
lines changed

system/BaseModel.php

Lines changed: 173 additions & 193 deletions
Large diffs are not rendered by default.

system/Database/BaseBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,8 +947,8 @@ public function orHavingNotIn(?string $key = null, $values = null, ?bool $escape
947947
* @used-by whereNotIn()
948948
* @used-by orWhereNotIn()
949949
*
950-
* @param non-empty-string|null $key
951-
* @param array|BaseBuilder|(Closure(BaseBuilder): BaseBuilder)|null $values The values searched on, or anonymous function with subquery
950+
* @param non-empty-string|null $key
951+
* @param array<int|string, >|BaseBuilder|(Closure(BaseBuilder): BaseBuilder)|null $values The values searched on, or anonymous function with subquery
952952
*
953953
* @return $this
954954
*

0 commit comments

Comments
 (0)