@@ -58,7 +58,6 @@ |
||
| 58 | 58 | * Load balancer details |
| 59 | 59 | * Fetch a single configured load balancer |
| 60 | 60 | * |
| 61 | - * @param string $zone_identifier |
|
| 62 | 61 | * @param string $identifier |
| 63 | 62 | */ |
| 64 | 63 | public function details($identifier) |
@@ -175,7 +175,7 @@ |
||
| 175 | 175 | $method = (is_null($method) ? 'get' : $method); |
| 176 | 176 | |
| 177 | 177 | //Removes null entries |
| 178 | - $data = array_filter($data, function ($val) { |
|
| 178 | + $data = array_filter($data, function($val){ |
|
| 179 | 179 | return !is_null($val); |
| 180 | 180 | }); |
| 181 | 181 | |