Skip to content

Commit

Permalink
Remove trailing comma in method call
Browse files Browse the repository at this point in the history
This is not supported on PHP 7.2.
  • Loading branch information
akrabat committed Dec 19, 2024
1 parent 3595b64 commit b6ba643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IpAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ protected function determineClientIpAddress($request): ?string
$header,
$headerValue,
$ipAddress,
$trustedProxies,
$trustedProxies
);
break;
}
Expand Down

0 comments on commit b6ba643

Please sign in to comment.