src/Request/ShipmentRequest.php
Method __construct
has 13 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Authentication $auth,
string $name,
string $street,
string $city,
string $country,
Method toArray
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function toArray(): array
{
$request = array_merge(
$this->authentication->toArray(),
[