@@ -46,7 +46,7 @@ |
||
| 46 | 46 | */ |
| 47 | 47 | public function retrieve() |
| 48 | 48 | { |
| 49 | - $response = $this->execute($this->api->getNetwork(), ['id' => (string)$this->id]); |
|
| 49 | + $response = $this->execute($this->api->getNetwork(), ['id' => (string) $this->id]); |
|
| 50 | 50 | $this->populateFromResponse($response); |
| 51 | 51 | } |
| 52 | 52 | |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | */ |
| 72 | 72 | public function retrieve() |
| 73 | 73 | { |
| 74 | - $response = $this->execute($this->api->getSubnet(), ['id' => (string)$this->id]); |
|
| 74 | + $response = $this->execute($this->api->getSubnet(), ['id' => (string) $this->id]); |
|
| 75 | 75 | $this->populateFromResponse($response); |
| 76 | 76 | } |
| 77 | 77 | |