File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ class TrustProxies
20
20
* @var int
21
21
*/
22
22
protected $ headers = Request::HEADER_X_FORWARDED_FOR |
23
- Request::HEADER_X_FORWARDED_HOST |
24
- Request::HEADER_X_FORWARDED_PORT |
25
- Request::HEADER_X_FORWARDED_PROTO |
26
- Request::HEADER_X_FORWARDED_PREFIX |
27
- Request::HEADER_X_FORWARDED_AWS_ELB ;
23
+ Request::HEADER_X_FORWARDED_HOST |
24
+ Request::HEADER_X_FORWARDED_PORT |
25
+ Request::HEADER_X_FORWARDED_PROTO |
26
+ Request::HEADER_X_FORWARDED_PREFIX |
27
+ Request::HEADER_X_FORWARDED_AWS_ELB ;
28
28
29
29
/**
30
30
* The proxies that have been configured to always be trusted.
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ public function withHost(Stringable|string $host): static
195
195
/**
196
196
* Specify the port of the URI.
197
197
*/
198
- public function withPort (int | null $ port ): static
198
+ public function withPort (? int $ port ): static
199
199
{
200
200
return new static ($ this ->uri ->withPort ($ port ));
201
201
}
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ public function exposeGetPossibleInverseRelations(): array
379
379
return $ this ->getPossibleInverseRelations ();
380
380
}
381
381
382
- public function exposeGuessInverseRelation (): string | null
382
+ public function exposeGuessInverseRelation (): ? string
383
383
{
384
384
return $ this ->guessInverseRelation ();
385
385
}
You can’t perform that action at this time.
0 commit comments