From 4346a86068781f4acdeb574d7e2af08b77b58ea7 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 30 May 2015 13:52:26 +0200 Subject: CS --- src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php | 1 + src/Wallabag/CoreBundle/Form/Type/ConfigType.php | 1 + src/Wallabag/CoreBundle/Form/Type/EntryType.php | 1 + src/Wallabag/CoreBundle/Form/Type/ForgotPasswordType.php | 1 + src/Wallabag/CoreBundle/Form/Type/NewUserType.php | 1 + src/Wallabag/CoreBundle/Form/Type/ResetPasswordType.php | 1 + src/Wallabag/CoreBundle/Form/Type/RssType.php | 1 + src/Wallabag/CoreBundle/Form/Type/UserInformationType.php | 1 + 8 files changed, 8 insertions(+) (limited to 'src/Wallabag/CoreBundle/Form') diff --git a/src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php b/src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php index e141789f..b4224e3d 100644 --- a/src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php +++ b/src/Wallabag/CoreBundle/Form/Type/ChangePasswordType.php @@ -1,4 +1,5 @@