Correct PHPDoc when none of the method calls try to handle a return value.
Add missing fallback return statements (which may never be reached if previous condition checks were always true).
This reduces the amount of errors reported by static code analysis tools.