Skip to content

Commit f8e455e

Browse files
matthanleytaylorotwell
authored andcommitted
Fix type hint for case of trusting all proxies (string) (laravel#5025)
1 parent 93c6874 commit f8e455e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/TrustProxies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class TrustProxies extends Middleware
1010
/**
1111
* The trusted proxies for this application.
1212
*
13-
* @var array
13+
* @var array|string
1414
*/
1515
protected $proxies;
1616

0 commit comments

Comments
 (0)