Last modified: 2014-10-30 19:59:53 UTC
Only the else block returns anything. Should self::generateVerp be prepended with a return? (though, I note that always returns true)
(In reply to Sam Reed (reedy) from comment #0) > Only the else block returns anything. > > Should self::generateVerp be prepended with a return? (though, I note that > always returns true) That was for BounceHandlerHooks::onVERPAddressGenerate() Also, ProcessBouncEmails::processEmail() doesn't return on all paths
ProcessBounceEmails::getOriginalEmail() too
Change 170112 had a related patch set uploaded by 01tonythomas: Fix inconsistent returns in BounceHandler extension https://gerrit.wikimedia.org/r/170112
Change 170112 merged by jenkins-bot: Fix inconsistent returns in BounceHandler extension https://gerrit.wikimedia.org/r/170112
Thanks Reedy for reporting those!