diff --git a/src/applications/typeahead/storage/PhabricatorTypeaheadResult.php b/src/applications/typeahead/storage/PhabricatorTypeaheadResult.php index d3484a6542..1cba76aa9d 100644 --- a/src/applications/typeahead/storage/PhabricatorTypeaheadResult.php +++ b/src/applications/typeahead/storage/PhabricatorTypeaheadResult.php @@ -70,7 +70,7 @@ final class PhabricatorTypeaheadResult { public function getWireFormat() { $data = array( $this->name, - $this->uri, + $this->uri ? (string)$this->uri : null, $this->phid, $this->priorityString, $this->displayName,