Skip to content

Commit 2c66088

Browse files
committed
Merge branch '4.4' into 5.1
2 parents 0db8b0c + f029d6f commit 2c66088

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Tests/EventDispatcherTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
class EventDispatcherTest extends TestCase
2020
{
2121
/* Some pseudo events */
22-
const preFoo = 'pre.foo';
23-
const postFoo = 'post.foo';
24-
const preBar = 'pre.bar';
25-
const postBar = 'post.bar';
22+
private const preFoo = 'pre.foo';
23+
private const postFoo = 'post.foo';
24+
private const preBar = 'pre.bar';
2625

2726
/**
2827
* @var EventDispatcher

0 commit comments

Comments
 (0)