Skip to content

Commit bd936e3

Browse files
committed
docs: update @param type
1 parent 63a8aaa commit bd936e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/BaseConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ public function escapeString($str, bool $like = false)
13831383
* Calls the individual driver for platform
13841384
* specific escaping for LIKE conditions
13851385
*
1386-
* @param list<string>|string $str
1386+
* @param list<string|Stringable>|string|Stringable $str
13871387
*
13881388
* @return list<string>|string
13891389
*/

0 commit comments

Comments
 (0)