From bdf9b7eb3e8dbbd249456d23aa08e1042da89d47 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 21 May 2012 16:05:09 +0200 Subject: [PATCH] fixed CS --- src/Symfony/Component/Locale/Resources/data/update-data.php | 3 ++- .../Tests/Bridge/Doctrine/Fixtures/CompositeIdentEntity.php | 3 ++- .../Bridge/Doctrine/Fixtures/CompositeStringIdentEntity.php | 3 ++- .../Tests/Bridge/Doctrine/Fixtures/SingleIdentEntity.php | 3 ++- .../Bridge/Doctrine/Fixtures/SingleStringIdentEntity.php | 3 ++- .../Bridge/Doctrine/Mapping/Driver/AbstractDriverTest.php | 3 ++- .../Bridge/Twig/Extension/Fixtures/StubFilesystemLoader.php | 3 ++- .../Component/Config/Resource/DirectoryResourceTest.php | 3 ++- .../Validator/Constraints/CollectionValidatorTest.php | 6 ++++-- .../Tests/Component/Validator/Fixtures/ConstraintB.php | 4 ++-- 10 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/Symfony/Component/Locale/Resources/data/update-data.php b/src/Symfony/Component/Locale/Resources/data/update-data.php index aa79d421ec..69f511aec0 100644 --- a/src/Symfony/Component/Locale/Resources/data/update-data.php +++ b/src/Symfony/Component/Locale/Resources/data/update-data.php @@ -125,7 +125,8 @@ function get_data($index, $dataDir, $locale = 'en', $constraint = null) return $data; } -function create_stub_datafile($locale, $target, $data) { +function create_stub_datafile($locale, $target, $data) +{ $template = <<