Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2686437
D25751.1734715089.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
707 B
Referenced Files
None
Subscribers
None
D25751.1734715089.diff
View Options
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
@@ -441,14 +441,13 @@
* Read object data into local field storage, if applicable.
*
* @param PhabricatorCustomFieldInterface 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
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 17:18 (18 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1019083
Default Alt Text
D25751.1734715089.diff (707 B)
Attached To
Mode
D25751: Fix incorrect return value of PhabricatorCustomField::readValueFromObject()
Attached
Detach File
Event Timeline
Log In to Comment