Skip to content

Commit b6ba643

Browse files
committed
Remove trailing comma in method call
This is not supported on PHP 7.2.
1 parent 3595b64 commit b6ba643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IpAddress.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ protected function determineClientIpAddress($request): ?string
206206
$header,
207207
$headerValue,
208208
$ipAddress,
209-
$trustedProxies,
209+
$trustedProxies
210210
);
211211
break;
212212
}

0 commit comments

Comments
 (0)