diff --git a/src/repository/api/ArcanistMercurialAPI.php b/src/repository/api/ArcanistMercurialAPI.php --- a/src/repository/api/ArcanistMercurialAPI.php +++ b/src/repository/api/ArcanistMercurialAPI.php @@ -890,7 +890,10 @@ public function getActiveBookmark() { $bookmark = $this->newMarkerRefQuery() - ->withMarkerTypes(ArcanistMarkerRef::TYPE_BOOKMARK) + ->withMarkerTypes( + array( + ArcanistMarkerRef::TYPE_BOOKMARK, + )) ->withIsActive(true) ->executeOne();