Skip to content

Commit c6e1747

Browse files
ddevsrkenjis
andauthored
Update system/Database/BaseBuilder.php
Co-authored-by: kenjis <[email protected]>
1 parent 715dff0 commit c6e1747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ public function orNotHavingLike($field, string $match = '', string $side = 'both
10901090
* @used-by notHavingLike()
10911091
* @used-by orNotHavingLike()
10921092
*
1093-
* @param list<int|string>|RawSql|string $field
1093+
* @param array<string, string>|RawSql|string $field
10941094
*
10951095
* @return $this
10961096
*/

0 commit comments

Comments
 (0)