Completed
Pull Request — master (#237)
by
unknown
02:31
created
src/Resource/Account.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -358,10 +358,10 @@
 block discarded – undo
358 358
      *
359 359
      * @return stdClass
360 360
      */
361
-     public function getPasswordLink()
362
-         {
363
-             return $this->getIfSet('_links')->setPassword->href;
364
-         }
361
+        public function getPasswordLink()
362
+            {
363
+                return $this->getIfSet('_links')->setPassword->href;
364
+            }
365 365
 
366 366
     /**
367 367
      * Get account type.
Please login to merge, or discard this patch.