diff --git a/.php_cs b/.php_cs new file mode 100644 index 0000000000..3e4d9efb34 --- /dev/null +++ b/.php_cs @@ -0,0 +1,6 @@ +setUsingLinter(false) + ->setUsingCache(true) +; diff --git a/src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php b/src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php index b881747bc7..1652dfa73f 100644 --- a/src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php +++ b/src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php @@ -1,4 +1,5 @@