Passed
Pull Request — master (#2)
by nicolas
07:19
created
MailjetBundle/Convertor/ContactListConvertor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     }
33 33
 
34 34
     /**
35
-     * @param $name
35
+     * @param string $name
36 36
      *
37 37
      * @return int
38 38
      * @throws ContactListNotCreated
Please login to merge, or discard this patch.
MailjetBundle/Creator/ContactListCreator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Dekalee\MailjetBundle\Creator;
4 4
 
5 5
 use Dekalee\MailjetBundle\Convertor\ContactListConvertor;
6
-use Doctrine\Common\Inflector\Inflector;
7 6
 use Mailjet\Client;
8 7
 use Mailjet\Resources;
9 8
 
Please login to merge, or discard this patch.