Skip to content

Commit 472911f

Browse files
committed
Remove extra comma
1 parent 7fd3ff8 commit 472911f

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
@@ -295,7 +295,7 @@ public function testExceptionIsThrownIfMethodDoesNotExistOnContainerEntry(): voi
295295
$c->method('has')
296296
->withConsecutive(
297297
['eventListeners'],
298-
['containerEntry'],
298+
['containerEntry']
299299
)
300300
->willReturnOnConsecutiveCalls(
301301
true,

0 commit comments

Comments
 (0)