Skip to content

Commit c48bce6

Browse files
committed
Set constant visibility in tests to private where possible.
1 parent 941a876 commit c48bce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Security/FirewallMapTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class FirewallMapTest extends TestCase
2525
{
26-
const ATTRIBUTE_FIREWALL_CONTEXT = '_firewall_context';
26+
private const ATTRIBUTE_FIREWALL_CONTEXT = '_firewall_context';
2727

2828
public function testGetListenersWithEmptyMap()
2929
{

0 commit comments

Comments
 (0)