@@ -13,7 +13,7 @@ |
||
| 13 | 13 | |
| 14 | 14 | public function __construct(string $name = null, string $title = null) |
| 15 | 15 | { |
| 16 | - if (is_null($name)){ |
|
| 16 | + if (is_null($name)) { |
|
| 17 | 17 | $name = uniqid('submit'); |
| 18 | 18 | } |
| 19 | 19 | parent::__construct($name, $title); |