Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev authored and github-actions[bot] committed Oct 12, 2024
1 parent 20e019e commit 5f5a0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/HasCommission.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trait HasCommission
/**
* @throws Exception
*/
public function calculate(string $column = null): CommissionCalculationResultContext|array|null
public function calculate(?string $column = null): CommissionCalculationResultContext|array|null
{
$service = new CommissionCalculatorService($this);
$commissions = $service->getCalculableCommissions($column);
Expand Down

0 comments on commit 5f5a0b6

Please sign in to comment.