Completed
Pull Request — master (#863)
by Paul
06:34
created
Bundle/CoreBundle/DoctrineMigrations/Version20170217154603.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -231,8 +231,8 @@
 block discarded – undo
231 231
     }
232 232
 
233 233
     /**
234
-     * @param $className
235
-     * @param $annotationObj
234
+     * @param string $className
235
+     * @param BusinessEntity $annotationObj
236 236
      * @param $businessProperties
237 237
      *
238 238
      * @return ORMBusinessEntity
Please login to merge, or discard this patch.
Bundle/CoreBundle/Form/EntityProxyFormType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Symfony\Bridge\Doctrine\Form\Type\EntityType;
9 9
 use Symfony\Component\Form\AbstractType;
10 10
 use Symfony\Component\Form\CallbackTransformer;
11
-use Symfony\Component\Form\Extension\Core\Type\HiddenType;
12 11
 use Symfony\Component\Form\Extension\Core\Type\TextType;
13 12
 use Symfony\Component\Form\FormBuilderInterface;
14 13
 use Symfony\Component\HttpFoundation\RequestStack;
Please login to merge, or discard this patch.
Bundle/CoreBundle/Form/Field/BusinessEntityHiddenType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Symfony\Component\Form\AbstractType;
7 7
 use Symfony\Component\Form\CallbackTransformer;
8 8
 use Symfony\Component\Form\Extension\Core\Type\HiddenType;
9
-use Symfony\Component\Form\Extension\Core\Type\TextType;
10 9
 use Symfony\Component\Form\FormBuilderInterface;
11 10
 use Symfony\Component\OptionsResolver\OptionsResolver;
12 11
 
Please login to merge, or discard this patch.