indentation and comments

This commit is contained in:
stupidon 2016-03-22 17:05:39 +01:00
parent 3372268aa1
commit 7a61955d85

View file

@ -588,6 +588,11 @@ class compute
} }
return; return;
} }
/**
* List private and public addresses of a server
* @return void
*/
public function listAddresses(array $options = []) public function listAddresses(array $options = [])
{ {
try{ try{