@@ -37,7 +37,7 @@ |
||
37 | 37 | * |
38 | 38 | * @param \Requests_Hooks $hooks Hook system |
39 | 39 | */ |
40 | - public function register(Requests_Hooks &$hooks) |
|
40 | + public function register(Requests_Hooks & $hooks) |
|
41 | 41 | { |
42 | 42 | $hooks->register('requests.before_request', [&$this, 'before_request']); |
43 | 43 | } |
@@ -37,7 +37,7 @@ |
||
37 | 37 | * |
38 | 38 | * @param \Requests_Hooks $hooks Hook system |
39 | 39 | */ |
40 | - public function register(Requests_Hooks &$hooks) |
|
40 | + public function register(Requests_Hooks & $hooks) |
|
41 | 41 | { |
42 | 42 | $hooks->register('requests.before_request', [&$this, 'before_request']); |
43 | 43 | } |
@@ -74,7 +74,7 @@ |
||
74 | 74 | $receiver = new stdClass(); |
75 | 75 | $receiver->moipAccount = new stdClass(); |
76 | 76 | $receiver->moipAccount->id = $moipAccount; |
77 | - if(!empty($fixed)) { |
|
77 | + if (!empty($fixed)) { |
|
78 | 78 | $receiver->amount->fixed = $fixed; |
79 | 79 | } |
80 | 80 | $receiver->type = $type; |