Skip to content

Commit

Permalink
fix style ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorchi committed Mar 15, 2018
1 parent 4a42e48 commit d1abee9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/TaxManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ public function get()
'amount' => $tax->calculate($this->amount),
];
}, $this->taxes);


return array_merge([
'amount' => $this->amount,
'total' => $this->total,
Expand Down

0 comments on commit d1abee9

Please sign in to comment.