adjust wording

This commit is contained in:
Taylor Otwell
2017-03-29 10:06:39 -05:00
parent e23a1d284f
commit 33c4cab6b7

View File

@@ -8,14 +8,14 @@ use Fideloper\Proxy\TrustProxies as Middleware;
class TrustProxies extends Middleware class TrustProxies extends Middleware
{ {
/** /**
* The trusted proxies for the application. * The trusted proxies for this application.
* *
* @var array * @var array
*/ */
protected $proxies; protected $proxies;
/** /**
* The proxy header mappings. * The current proxy header mappings.
* *
* @var array * @var array
*/ */