Passed
Push — master ( 7e8bc7...1031f0 )
by Guillaume
38s
created
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.