Skip to content

Commit 45b7aa8

Browse files
committed
phpstan
1 parent 097b857 commit 45b7aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/GrammarWhere.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function whereAny(Builder $query, $where): string
4646
/**
4747
* Compile a "like" clause.
4848
*
49-
* @param array{caseSensitive: bool, column: string, value: mixed} $where
49+
* @param array{caseSensitive: bool, column: string, not: bool, value: mixed} $where
5050
*/
5151
public function whereLike(Builder $query, $where): string
5252
{

0 commit comments

Comments
 (0)