Completed
Pull Request — master (#9)
by
unknown
02:29
created
src/Provider/DropboxResourceOwner.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
      */
33 33
     public function getId()
34 34
     {
35
-        return $this->getValueByKey($this->response,'account_id');
35
+        return $this->getValueByKey($this->response, 'account_id');
36 36
     }
37 37
 
38 38
     /**
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      */
43 43
     public function getName()
44 44
     {
45
-        return $this->getValueByKey($this->response,'name.display_name');
45
+        return $this->getValueByKey($this->response, 'name.display_name');
46 46
     }
47 47
 
48 48
     /**
Please login to merge, or discard this patch.