Welcome Guest, Not a member yet? Register   Sign In
redirect->route wrong docu or default values
#1

(This post was last modified: 07-31-2018, 07:34 AM by puschie.)

hey, currently the redirect function not work like the docu describe it. Link
it result in an
Code:
Argument 3 passed to CodeIgniter\HTTP\Response::redirect() must be of the type integer, null given
because route has null as default $code value which is not valid ( but suggested by the documentation )

so what behavior is the right one ?

(personally i would remove the default value of $code ( and switch $params and $code ) )

Code:
public function route(string $route, array $params=[], int $code=null, string $method='auto')
Reply
#2

Please report any bugs in GitHub issues. They'll just get lost here. Smile
Reply
#3

created issue
Reply




Theme © iAndrew 2016 - Forum software by © MyBB