PhabricatorCustomField::readValueFromObject() returns $this while none of its seven child class implementations returns any value.
Make the method return nothing to make PHPStan a bit happier.
Closes T15895
Differential D25751
Fix incorrect return value of PhabricatorCustomField::readValueFromObject() aklapper on Jul 28 2024, 14:44. Authored by
Details
PhabricatorCustomField::readValueFromObject() returns $this while none of its seven child class implementations returns any value. Closes T15895 Run static code analysis; read/grep the codebase.
Diff Detail
|