From 383529a6079aa3190bab0b62f06487753a8f9b92 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Mon, 28 May 2012 10:56:37 +0300 Subject: [PATCH] fix indentation --- Tests/Fixtures/Form/TestType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Fixtures/Form/TestType.php b/Tests/Fixtures/Form/TestType.php index cf04faf..2b3f053 100644 --- a/Tests/Fixtures/Form/TestType.php +++ b/Tests/Fixtures/Form/TestType.php @@ -35,7 +35,7 @@ class TestType extends AbstractType public function setDefaultOptions(OptionsResolverInterface $resolver) { $resolver->setDefaults(array( - 'data_class' => 'Nelmio\ApiDocBundle\Tests\Fixtures\Model\Test', + 'data_class' => 'Nelmio\ApiDocBundle\Tests\Fixtures\Model\Test', )); return;