Skip to content

Commit acdc74b

Browse files
committed
fixed CS
1 parent f2313eb commit acdc74b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Button.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ public function createView(FormView $parent = null)
412412
$parent = $this->parent->createView();
413413
}
414414

415-
416415
$type = $this->config->getType();
417416
$options = $this->config->getOptions();
418417

Tests/Extension/DataCollector/FormDataCollectorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class FormDataCollectorTest extends \PHPUnit_Framework_TestCase
6262
*/
6363
private $childView;
6464

65-
6665
protected function setUp()
6766
{
6867
$this->dataExtractor = $this->getMock('Symfony\Component\Form\Extension\DataCollector\FormDataExtractorInterface');

Tests/ResolvedFormTypeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ public function testCreateBuilderWithDataClassOption()
167167
$this->assertSame('\stdClass', $builder->getDataClass());
168168
}
169169

170-
171170
public function testBuildForm()
172171
{
173172
if (version_compare(\PHPUnit_Runner_Version::id(), '3.7', '<')) {

0 commit comments

Comments
 (0)