diff --git a/src/applications/macro/query/PhabricatorMacroQuery.php b/src/applications/macro/query/PhabricatorMacroQuery.php index 1599c783a1..155d236607 100644 --- a/src/applications/macro/query/PhabricatorMacroQuery.php +++ b/src/applications/macro/query/PhabricatorMacroQuery.php @@ -89,7 +89,7 @@ final class PhabricatorMacroQuery if ($this->phids) { $where[] = qsprintf( $conn, - 'm.phid IN (%Ld)', + 'm.phid IN (%Ls)', $this->phids); }