You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PHPDoc return type for Red_Group::get_all() is Red_Group[], but the function actually returns array<array{id:int,name:string,redirects:int,module_id:int,moduleName:string,enabled:bool}>.
The PHPDoc return type for
Red_Group::get_all()
isRed_Group[]
, but the function actually returnsarray<array{id:int,name:string,redirects:int,module_id:int,moduleName:string,enabled:bool}>
.redirection/models/group.php
Line 121 in f3044be
The text was updated successfully, but these errors were encountered: