fixup! remove unnecessary "pass by reference" variables from Request
All checks were successful
soko-web/pipeline/pr-master This commit looks good
All checks were successful
soko-web/pipeline/pr-master This commit looks good
This commit is contained in:
parent
6a35344210
commit
c57d1d40d4
@ -4,7 +4,7 @@ use SokoWeb\Interfaces\Authentication\IUser;
|
|||||||
|
|
||||||
interface IRequest
|
interface IRequest
|
||||||
{
|
{
|
||||||
public function setParsedRouteParams(array &$routeParams): void;
|
public function setParsedRouteParams(array $routeParams): void;
|
||||||
|
|
||||||
public function getBase(): string;
|
public function getBase(): string;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user