Page MenuHomePhabricator

D19212.diff
No OneTemporary

D19212.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
Mar 13 2025, 4:03 AM (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7603909
Default Alt Text
D19212.diff (372 B)

Event Timeline