Skip to content

Commit bcedaf9

Browse files
committed
fix stan
1 parent d2aa171 commit bcedaf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Event/Repository/AsynchronousDatabase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ public function load(int $limit): Collection
5050

5151
if ($keys !== [])
5252
{
53+
/**
54+
* @var literal-string $keys_sql
55+
*/
5356
$keys_sql = implode("','", $keys);
5457

5558
$this->db->execute("UPDATE `{$this->db->table('bulkgate_module')}` SET `order` = -1 WHERE `scope` = 'asynchronous' AND `key` IN ('$keys_sql')");

0 commit comments

Comments
 (0)