Completed
Pull Request — master (#61)
by
unknown
03:00
created
src/MoipBasicAuth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * @param Requests_Hooks $hooks Hook system
45 45
      */
46
-    public function register(Requests_Hooks &$hooks)
46
+    public function register(Requests_Hooks & $hooks)
47 47
     {
48 48
         $hooks->register('requests.before_request', array(&$this, 'before_request'));
49 49
     }
Please login to merge, or discard this patch.
src/MoipOAuth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * @param Requests_Hooks $hooks Hook system
45 45
      */
46
-    public function register(Requests_Hooks &$hooks)
46
+    public function register(Requests_Hooks & $hooks)
47 47
     {
48 48
         $hooks->register('requests.before_request', array(&$this, 'before_request'));
49 49
     }
Please login to merge, or discard this patch.
src/Resource/Payment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -432,6 +432,6 @@
 block discarded – undo
432 432
      */
433 433
     public function getStatus()
434 434
     {
435
-        return $this->data?$this->data->status:null;
435
+        return $this->data ? $this->data->status : null;
436 436
     }
437 437
 }
Please login to merge, or discard this patch.