8000 merged branch pitiflautico/patch-1 (PR #5372) · symfony/symfony@9f4525a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f4525a

Browse files
committed
merged branch pitiflautico/patch-1 (PR #5372)
Commits ------- 7fc8fc0 [Form] Fix double semicolon Discussion ---------- [Form] Fix double semicolon
2 parents 7dac95f + 7fc8fc0 commit 9f4525a

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