Completed
Push — master ( 6d1dd5...aed0db )
by Beñat
03:50
created
src/LIN3S/WPSymfonyForm/Translation/Translator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Protected facade.
49 49
      *
50
-     * @return Translator
50
+     * @return BaseTranslator
51 51
      */
52 52
     protected function create()
53 53
     {
Please login to merge, or discard this patch.
src/LIN3S/WPSymfonyForm/Twig/TwigBridge.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      * @param \Twig_Environment $twig      The twig
29 29
      * @param string            $formTheme The form theme
30 30
      *
31
-     * @return mixed
31
+     * @return \Twig_Environment
32 32
      */
33 33
     public static function addExtension(\Twig_Environment $twig, $formTheme = 'form_div_layout.html.twig')
34 34
     {
Please login to merge, or discard this patch.