Skip to content

Commit 7fd3ff8

Browse files
committed
Remove extra comma
1 parent 1d7935e commit 7fd3ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Factory/EventDispatcherFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function () {
257257
$c->method('has')
258258
->withConsecutive(
259259
['eventListeners'],
260-
['containerEntry'],
260+
['containerEntry']
261261
)
262262
->willReturnOnConsecutiveCalls(
263263
true,

0 commit comments

Comments
 (0)