Please note that this service is under alpha statement, we are actively working on it. It may be unstable and might completely change without warning. Help us by reporting!

sigmapix/SigmapixSonataImportBundle

Analysis #858 FAILED

Diff

Download raw diff

diff --git a/Admin/ImportableAdminTrait.php b/Admin/ImportableAdminTrait.php
index 7f611f84915fb7b2655db8de88efe1a6c120d8a3..bd4c7deeb71567f2de48a5d67311ab987a5f6008 100644
--- a/Admin/ImportableAdminTrait.php
+++ b/Admin/ImportableAdminTrait.php
@@ -13,7 +13,6 @@ use Sonata\AdminBundle\Form\FormMapper;
 use Sonata\AdminBundle\Route\RouteCollection;
 use Sonata\DoctrineORMAdminBundle\Admin\FieldDescription;
 use Symfony\Bridge\Doctrine\Form\Type\EntityType;
-use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
 use Symfony\Component\Form\Form;
 use Symfony\Component\Form\FormBuilder;
diff --git a/DependencyInjection/SigmapixSonataImportExtension.php b/DependencyInjection/SigmapixSonataImportExtension.php
index 281f739390944117d251f7fe20df825bea9836ba..30edd908390f2e5977425b758f5cba1703529352 100644
--- a/DependencyInjection/SigmapixSonataImportExtension.php
+++ b/DependencyInjection/SigmapixSonataImportExtension.php
@@ -8,8 +8,7 @@ use Symfony\Component\DependencyInjection\Loader;
 use Symfony\Component\HttpKernel\DependencyInjection\Extension;
 
 /**
- * Class SigmapixSonataImportExtension
- * @package Sigmapix\Sonata\ImportBundle\DependencyInjection
+ * Class SigmapixSonataImportExtension.
  */
 class SigmapixSonataImportExtension extends Extension
 {
diff --git a/Form/Type/ImportFieldChoiceType.php b/Form/Type/ImportFieldChoiceType.php
index 6ff582f45584dd9b83cfa4862262df5c9f506e7e..f0d008b80ed24cf0f31b8cdd2203c11b4c65a059 100644
--- a/Form/Type/ImportFieldChoiceType.php
+++ b/Form/Type/ImportFieldChoiceType.php
@@ -1,12 +1,12 @@
 <?php
+
 namespace Sigmapix\Sonata\ImportBundle\Form\Type;
 
 use Symfony\Component\Form\AbstractType;
 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
 
 /**
- * Class ImportFieldChoiceType
- * @package Sigmapix\Sonata\ImportBundle\Form\Type
+ * Class ImportFieldChoiceType.
  */
 class ImportFieldChoiceType extends AbstractType
 {
@@ -17,4 +17,4 @@ class ImportFieldChoiceType extends AbstractType
     {
         return ChoiceType::class;
     }
-}
\ No newline at end of file
+}