aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-12-08 09:20:03 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-12-08 09:20:03 +0100
commit347fa6beb0bd3fafd5f722c8ce2e2b3915e4e82e (patch)
tree23c7c5cee6aefbbf8ec058ac99f4729c7be4ac3e /src/Wallabag/CoreBundle/Form/Type
parentc5d0db8b71a8c1bb6b5c08763b44e14b4f876d06 (diff)
downloadwallabag-347fa6beb0bd3fafd5f722c8ce2e2b3915e4e82e.tar.gz
wallabag-347fa6beb0bd3fafd5f722c8ce2e2b3915e4e82e.tar.zst
wallabag-347fa6beb0bd3fafd5f722c8ce2e2b3915e4e82e.zip
php cs
Diffstat (limited to 'src/Wallabag/CoreBundle/Form/Type')
-rw-r--r--src/Wallabag/CoreBundle/Form/Type/TaggingRuleType.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Form/Type/TaggingRuleType.php b/src/Wallabag/CoreBundle/Form/Type/TaggingRuleType.php
index 7fbba38a..428d94b3 100644
--- a/src/Wallabag/CoreBundle/Form/Type/TaggingRuleType.php
+++ b/src/Wallabag/CoreBundle/Form/Type/TaggingRuleType.php
@@ -5,7 +5,6 @@ namespace Wallabag\CoreBundle\Form\Type;
5use Symfony\Component\Form\AbstractType; 5use Symfony\Component\Form\AbstractType;
6use Symfony\Component\Form\FormBuilderInterface; 6use Symfony\Component\Form\FormBuilderInterface;
7use Symfony\Component\OptionsResolver\OptionsResolver; 7use Symfony\Component\OptionsResolver\OptionsResolver;
8
9use Wallabag\CoreBundle\Form\DataTransformer\StringToListTransformer; 8use Wallabag\CoreBundle\Form\DataTransformer\StringToListTransformer;
10 9
11class TaggingRuleType extends AbstractType 10class TaggingRuleType extends AbstractType