8000
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.
1 parent 3969011 commit 7fc8fc0Copy full SHA for 7fc8fc0
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