Page MenuHomePhabricator

Inconsistent returns in EchoNotificationController::notify()
Closed, ResolvedPublic

Description

In one path false is returned by the code, but a return above it returns nothing. Same for the end of the code.

Either add a return value in the first return and at the end of the function, and as such, update the documentation. Or remove the single return value.

The return value is not used in any current code path


Version: master
Severity: trivial

Details

Reference
bz45591