refactor: remove all empty declarations + add missing type declarations

update composer dependencies
This commit is contained in:
Yassine Doghri 2021-05-18 17:16:36 +00:00
commit fb3593f828
No known key found for this signature in database
GPG key ID: 3E7F89498B960C9F
103 changed files with 745 additions and 1287 deletions

View file

@ -17,10 +17,7 @@ use Config\Services;
class UserController extends BaseController
{
/**
* @var User|null
*/
protected $user;
protected ?User $user;
public function _remap(string $method, string ...$params): mixed
{