Skip to content

Commit aa13a09

Browse files
committed
Merge branch '5.1' into 5.x
2 parents 2729a63 + 2c66088 commit aa13a09

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)