Skip to content

Commit a7fe00f

Browse files
committed
minor #4068 Remove diff info from cookbook/security/voters.rst (pmartelletti)
This PR was submitted for the 2.5 branch but it was merged into the 2.4 branch instead (closes #4068). Discussion ---------- Remove diff info from cookbook/security/voters.rst Commits ------- 3fb678a Remove diff info from file.
2 parents 7c98ac7 + 6236fdb commit a7fe00f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cookbook/security/voters.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ and compare the IP address against a set of blacklisted IP addresses:
4949
protected $requestStack;
5050
private $blacklistedIp;
5151
52-
<<<<<<< HEAD
5352
public function __construct(RequestStack $requestStack, array $blacklistedIp = array())
54-
=======
55-
public function __construct(ContainerInterface $container, array $blacklistedIp = array())
56-
>>>>>>> 2.3
5753
{
5854
$this->requestStack = $requestStack;
5955
$this->blacklistedIp = $blacklistedIp;

0 commit comments

Comments
 (0)