]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Form/Type/RssType.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Form / Type / RssType.php
index 5edb38ba76cf8b4c9b101899984bbca5a4b8a21b..e14e84e101d94a423ee424c57772f09d5c1471b3 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 namespace Wallabag\CoreBundle\Form\Type;
 
 use Symfony\Component\Form\AbstractType;
@@ -10,7 +11,7 @@ class RssType extends AbstractType
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
         $builder
-            ->add('rss_limit', 'text')
+            ->add('rss_limit')
             ->add('save', 'submit')
         ;
     }