Passed
Pull Request — master (#2)
by nicolas
07:19
created
MailjetBundle/Creator/ContactListCreator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 
48 48
         $body = [
49 49
             'Datatype' => "str",
50
-            'Name' => "content_" . $name,
50
+            'Name' => "content_".$name,
51 51
             'NameSpace' => "static"
52 52
         ];
53 53
         $response = $this->client->post(Resources::$Contactmetadata, ['body' => $body]);
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
         $body = [
58 58
             'Data' => [
59 59
                 [
60
-                    'Name' => "content_" . $name,
60
+                    'Name' => "content_".$name,
61 61
                     'value' => $parameters['content']
62 62
                 ],
63 63
             ]
Please login to merge, or discard this patch.