Passed
Pull Request — master (#97)
by Adam
03:56 queued 01:19
created
tests/Endpoints/LogForwardingTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
tests/Endpoints/MetricsTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.