Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15382838
D21221.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
405 B
Referenced Files
None
Subscribers
None
D21221.diff
View Options
diff --git a/src/difference/ArcanistDiffVectorTree.php b/src/difference/ArcanistDiffVectorTree.php
--- a/src/difference/ArcanistDiffVectorTree.php
+++ b/src/difference/ArcanistDiffVectorTree.php
@@ -3,7 +3,7 @@
final class ArcanistDiffVectorTree
extends Phobject {
- private $vectors;
+ private $vectors = array();
public function addVector(array $vector) {
$this->vectors[] = $vector;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 2:40 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7593056
Default Alt Text
D21221.diff (405 B)
Attached To
Mode
D21221: Fix an initialization issue in VectorTree
Attached
Detach File
Event Timeline
Log In to Comment