Completed
Push — sf2.7 ( cc13d7...fb6965 )
by Laurent
04:29
created
src/AppBundle/Controller/SupplierController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 namespace AppBundle\Controller;
16 16
 
17 17
 use Symfony\Component\HttpFoundation\Request;
18
-use Symfony\Component\Translation\Translator;
19 18
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
20 19
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
21 20
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
Please login to merge, or discard this patch.
src/AppBundle/Entity/Supplier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
     /**
148 148
      * Get familylog.
149 149
      *
150
-     * @return FamilyLog
150
+     * @return string
151 151
      */
152 152
     public function getFamilylog()
153 153
     {
Please login to merge, or discard this patch.