src/Dtos/Admin/UserUpdateKeysDto.php
Method __construct
has 11 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(bool $firstName = false, bool $lastName = false, bool $age = false, bool $gender = false, bool $country = false, bool $city = false, bool $street = false, bool $postcode = false, bool $email = false, bool $roles = false, bool $password = false)