From 41fe54ff23e8a111e806101d0f04b6546f677cdb Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sun, 5 Jul 2015 16:01:47 +0200 Subject: [PATCH] fix CS --- Tests/FormTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/FormTest.php b/Tests/FormTest.php index c657e363..79b1a3b1 100644 --- a/Tests/FormTest.php +++ b/Tests/FormTest.php @@ -805,7 +805,6 @@ public function testFormRegistrySetValueOnCompoundField() */ public function testFormRegistrySetArrayOnNotCompoundField() { - $registry = new FormFieldRegistry(); $registry->add($this->getFormFieldMock('bar'));