Completed
Pull Request — 2.x (#251)
by
unknown
02:57
created
src/Traits/Gedmo/PersonalTranslatableTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@
 block discarded – undo
32 32
     }
33 33
 
34 34
     /**
35
-     * @param $field
36
-     * @param $locale
35
+     * @param string $field
36
+     * @param string $locale
37 37
      *
38 38
      * @return null|string
39 39
      */
Please login to merge, or discard this patch.
src/Action/SwitchLocaleAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sonata\TranslationBundle\Action;
13 13
 
14
-use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
15 14
 use Symfony\Component\HttpFoundation\Request;
16 15
 use Symfony\Component\HttpFoundation\RedirectResponse;
17 16
 
Please login to merge, or discard this patch.