@@ -14,7 +14,7 @@ |
||
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 |