Add phpdocs everywhere.

This commit is contained in:
James Cole
2018-07-22 08:10:16 +02:00
parent 4a90ce35f2
commit 4d5bdd25a8
86 changed files with 661 additions and 80 deletions

View File

@@ -27,12 +27,13 @@ use Illuminate\Contracts\Config\Repository;
use Illuminate\Http\Request;
/**
* @codeCoverageIgnore
* Class TrustProxies
*
* @codeCoverageIgnore
*/
class TrustProxies extends Middleware
{
/** @var int */
/** @var int The headers to check. */
protected $headers = Request::HEADER_X_FORWARDED_ALL;
/**