Passed
Push — master ( 7e8bc7...1031f0 )
by Guillaume
38s
created
src/AdbackAnalytics/Client/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function __construct($body)
16 16
     {
17
-        $this->body =  $body;
17
+        $this->body = $body;
18 18
     }
19 19
 
20 20
     /**
Please login to merge, or discard this patch.
src/AdbackAnalytics/Generator/AutopromoBannerScriptGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      */
19 19
     public function generate($id = null)
20 20
     {
21
-        if(is_null($id)) {
21
+        if (is_null($id)) {
22 22
             throw new AutopromoBannerIdMissing();
23 23
         }
24 24
 
Please login to merge, or discard this patch.