@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | public function __construct($body) |
16 | 16 | { |
17 | - $this->body = $body; |
|
17 | + $this->body = $body; |
|
18 | 18 | } |
19 | 19 | |
20 | 20 | /** |
@@ -18,7 +18,7 @@ |
||
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 |