mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Array push on hot loop
This commit is contained in:
@@ -433,7 +433,7 @@ class Realtime extends MessagingAdapter
|
||||
}
|
||||
|
||||
if (in_array($method, [Query::TYPE_AND, Query::TYPE_OR], true)) {
|
||||
$stack = array_merge($stack, $query->getValues());
|
||||
\array_push($stack, ...$query->getValues());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user