From 260a8ab2d04b20ccf63277c35d3b865710c422f5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 19 Dec 2017 08:21:38 -0600 Subject: [PATCH] wording --- app/Http/Middleware/TrustProxies.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index d6da3b99..3ce02144 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -15,9 +15,9 @@ class TrustProxies extends Middleware protected $proxies; /** - * The headers used to detect proxies. + * The headers that should be used to detect proxies. * - * @var array + * @var string */ protected $headers = Request::HEADER_X_FORWARDED_ALL; }