rocketeers / rocketeer

Send your projects up in the clouds
http://rocketeer.autopergamene.eu/
MIT License
2.66k stars 217 forks source link

exclude null values from locations #754

Open miholeus opened 7 years ago

miholeus commented 7 years ago

Fixed

null values in locations

null values can be set here

$locations = [
            $this->paths->getPath($binary),
            $this->localStorage->get($this->getBinaryStoragePath($binary)),
            $binary,
        ];

This is refactoring.