Completed
Pull Request — master (#4)
by Guillaume
02:36
created
src/AdbackAnalytics/Generator/AutopromoBannerScriptGenerator.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 generate($id = null)
16 16
     {
17
-        if(is_null($id)) {
17
+        if (is_null($id)) {
18 18
             // TODO throw exception
19 19
         }
20 20
 
Please login to merge, or discard this patch.