Closed roberto-butti closed 3 years ago
In src/Here/RestApi/RoutingV8.php file, replace type declaration for all properties. For example from:
/** * @var string */ private $originAddress = "";
to:
private string $originAddress = "";
In src/Here/RestApi/RoutingV8.php file, replace type declaration for all properties. For example from:
to: