@@ -56,7 +56,7 @@ |
||
56 | 56 | $this->assertInstanceOf('\AcquiaCloudApi\Response\LogForwardingDestinationResponse', $result); |
57 | 57 | |
58 | 58 | foreach ($this->properties as $property) { |
59 | - $this->assertObjectHasAttribute($property, $result); |
|
59 | + $this->assertObjectHasAttribute($property, $result); |
|
60 | 60 | } |
61 | 61 | } |
62 | 62 |
@@ -21,7 +21,7 @@ |
||
21 | 21 | $response = $this->getPsr7JsonResponseForFixture('Endpoints/Metrics/getAggregateData.json'); |
22 | 22 | $client = $this->getMockClient($response); |
23 | 23 | |
24 | - /** @var \AcquiaCloudApi\CloudApi\ClientInterface $client */ |
|
24 | + /** @var \AcquiaCloudApi\CloudApi\ClientInterface $client */ |
|
25 | 25 | $account = new Metrics($client); |
26 | 26 | $result = $account->getAggregateData('8ff6c046-ec64-4ce4-bea6-27845ec18600'); |
27 | 27 |