Passed
Pull Request — master (#91)
by
unknown
02:09
created
src/Endpoints/Account.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function getDrushAliases()
32 32
     {
33
-      $this->client->addQuery('version', '9');
34
-      return $this->client->request('get', '/account/drush-aliases/download');
33
+        $this->client->addQuery('version', '9');
34
+        return $this->client->request('get', '/account/drush-aliases/download');
35 35
     }
36 36
 }
Please login to merge, or discard this patch.