Page MenuHomePhorge

D25751.1739653333.diff
No OneTemporary

D25751.1739653333.diff

diff --git a/src/infrastructure/customfield/field/PhabricatorCustomField.php b/src/infrastructure/customfield/field/PhabricatorCustomField.php
--- a/src/infrastructure/customfield/field/PhabricatorCustomField.php
+++ b/src/infrastructure/customfield/field/PhabricatorCustomField.php
@@ -443,14 +443,13 @@
*
* @param PhabricatorCustomFieldInterface $object The object this field
* belongs to.
- * @return $this
* @task context
*/
public function readValueFromObject(PhabricatorCustomFieldInterface $object) {
if ($this->proxy) {
$this->proxy->readValueFromObject($object);
}
- return $this;
+ return;
}

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 15, 21:02 (6 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1164989
Default Alt Text
D25751.1739653333.diff (660 B)

Event Timeline