Completed
Pull Request — master (#117)
by
unknown
02:14
created
src/MoipOAuth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/MoipBasicAuth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/Resource/Orders.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
         $receiver->moipAccount = new stdClass();
88 88
         $receiver->moipAccount->id = $moipAccount;
89 89
         if (!empty($fixed)) {
90
-        	$receiver->amount = new stdClass();
90
+            $receiver->amount = new stdClass();
91 91
             $receiver->amount->fixed = $fixed;
92 92
         }
93 93
         $receiver->type = $type;
@@ -485,7 +485,7 @@  discard block
 block discarded – undo
485 485
      * @param string $id Customer's id.
486 486
      *
487 487
      * @return $this
488
-    */
488
+     */
489 489
     public function setCustomerId($id)
490 490
     {
491 491
         if (!isset($this->data->customer)) {
Please login to merge, or discard this patch.