Skip to content

Commit 8a164cf

Browse files
committed
chore: prevent linter errors
1 parent 2d91e66 commit 8a164cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function setTrustedIpHeaders(array $headers): static
178178
$normalized = array_map('strtolower', $headers);
179179
$trimmed = array_map('trim', $normalized);
180180
$this->trustedIpHeaders = array_filter($trimmed);
181-
181+
182182
return $this;
183183
}
184184

0 commit comments

Comments
 (0)