Skip to content

Commit e3e6690

Browse files
committed
unify missing parentheses
1 parent f1d64d3 commit e3e6690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ public function testTerminalDimensions()
840840

841841
protected function getDispatcher()
842842
{
843-
$dispatcher = new EventDispatcher;
843+
$dispatcher = new EventDispatcher();
844844
$dispatcher->addListener('console.command', function (ConsoleCommandEvent $event) {
845845
$event->getOutput()->write('before.');
846846
});

0 commit comments

Comments
 (0)