Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15453501
D19496.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
630 B
Referenced Files
None
Subscribers
None
D19496.diff
View Options
diff --git a/src/applications/repository/storage/PhabricatorRepositoryCommit.php b/src/applications/repository/storage/PhabricatorRepositoryCommit.php
--- a/src/applications/repository/storage/PhabricatorRepositoryCommit.php
+++ b/src/applications/repository/storage/PhabricatorRepositoryCommit.php
@@ -195,8 +195,9 @@
}
public function attachIdentities(
- PhabricatorRepositoryIdentity $author,
- $committer = null) {
+ PhabricatorRepositoryIdentity $author = null,
+ PhabricatorRepositoryIdentity $committer = null) {
+
$this->authorIdentity = $author;
$this->committerIdentity = $committer;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 30, 12:15 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7723913
Default Alt Text
D19496.diff (630 B)
Attached To
Mode
D19496: Allow null identities to be attached to commit objects
Attached
Detach File
Event Timeline
Log In to Comment