8000 [Form] Fix double semicolon · symfony/symfony@7fc8fc0 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 7fc8fc0

Browse files
committed
[Form] Fix double semicolon
1 parent 3969011 commit 7fc8fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/AbstractFormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function setUp()
4040

4141
// We need an actual dispatcher to bind the deprecated
4242
// bindRequest() method
43-
$this->dispatcher = new EventDispatcher();;
43+
$this->dispatcher = new EventDispatcher();
4444
$this->factory = $this->getMock('Symfony\Component\Form\FormFactoryInterface');
4545
$this->form = $this->createForm();
4646
}

0 commit comments

Comments
 (0)
0