Hi-Folks / milk-sdk-php

Milk SDK PHP is a (fluent) open-source PHP library that makes it easy to integrate your PHP application with location services like Geocode, Route, Isoline, Search Places and Address, location data ...
https://packagist.org/packages/hi-folks/milk-sdk-php
MIT License
7 stars 12 forks source link

Type declaration for properties in src/Here/RestApi/RoutingV8.php #67

Closed roberto-butti closed 3 years ago

roberto-butti commented 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 = "";