Page MenuHomePhabricator

D19212.id46008.diff
No OneTemporary

D19212.id46008.diff

diff --git a/src/utils/PhutilSortVector.php b/src/utils/PhutilSortVector.php
--- a/src/utils/PhutilSortVector.php
+++ b/src/utils/PhutilSortVector.php
@@ -44,4 +44,11 @@
return implode("\0", $this->parts);
}
+ /**
+ * This allows you to sort a list of sort vectors using @{function:msortv}.
+ */
+ public function getSelf() {
+ return $this;
+ }
+
}

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 4, 8:58 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8839183
Default Alt Text
D19212.id46008.diff (372 B)

Event Timeline