Taylor Otwell 6 years ago
parent
commit
260a8ab2d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Middleware/TrustProxies.php

+ 2 - 2
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;
 }