diff --git a/src/TrustProxies.php b/src/TrustProxies.php index e49a7d0..b8ded6c 100644 --- a/src/TrustProxies.php +++ b/src/TrustProxies.php @@ -18,14 +18,14 @@ class TrustProxies /** * The trusted proxies for the application. * - * @var array + * @var null|string|array */ protected $proxies; /** * The proxy header mappings. * - * @var array + * @var null|string|int */ protected $headers;