8000 minor #24617 $isClientIpsValid is not used (DQNEO) · symfony/symfony@3e2aadc · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e2aadc

Browse files
minor #24617 $isClientIpsValid is not used (DQNEO)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #24617). Discussion ---------- $isClientIpsValid is not used | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | this variable appeared in v3.3 with no usage. Commits ------- df086fd $isClientIpsVali is not used
2 parents f1468c4 + df086fd commit 3e2aadc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ class Request
221221
protected static $requestFactory;
222222

223223
private $isHostValid = true;
224-
private $isClientIpsValid = true;
225224
private $isForwardedValid = true;
226225

227226
private static $trustedHeaderSet = -1;

0 commit comments

Comments
 (0)
0