This check compares the return type specified in the @return annotation of a function
or method doc comment with the types returned by the function and raises an issue if they
mismatch.
Loading history...
28
* @deprecated since 0.21.1 use Upstatement/routes instead
29
*/
30
public static function load_view($template, $query = false, $status_code = 200, $tparams = false) {
This check compares the return type specified in the
@return
annotation of a function or method doc comment with the types returned by the function and raises an issue if they mismatch.