src/Dtos/UserUpdateKeysDto.php
Method __construct
has 8 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)