ashleyhood / php-lxd

A PHP library for interacting with the LXD REST API
MIT License
28 stars 15 forks source link

Undefined Index "empty" #9

Closed renky closed 7 years ago

renky commented 7 years ago

When creating a new container with option 'alias" there is an PHP Notice about undefined index. That's not so good for environments where error-reporting is set to E_ALL.

PHP Notice: Undefined index: empty in /var/www/clients/client1/web2/subwebs/test.profi-webspace.eu/vendor/opensaucesystems/lxd/src/Endpoint/Containers.php on line 257

should be added an "isset"-check before check for empty-Value...

ashleyhood commented 7 years ago

I would be happy to accept a pull-request ;)