We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dac95f + 7fc8fc0 commit 9f4525aCopy full SHA for 9f4525a
src/Symfony/Component/Form/Tests/AbstractFormTest.php
@@ -40,7 +40,7 @@ protected function setUp()
40
41
// We need an actual dispatcher to bind the deprecated
42
// bindRequest() method
43
- $this->dispatcher = new EventDispatcher();;
+ $this->dispatcher = new EventDispatcher();
44
$this->factory = $this->getMock('Symfony\Component\Form\FormFactoryInterface');
45
$this->form = $this->createForm();
46
}
0 commit comments