@@ -28,7 +28,7 @@ |
||
| 28 | 28 | /** |
| 29 | 29 | * {@inheritDoc} |
| 30 | 30 | */ |
| 31 | - public function generate($params) |
|
| 31 | + public function generate($params) |
|
| 32 | 32 | { |
| 33 | 33 | // Safely build a slug from the display name; guard against null |
| 34 | 34 | $name = isset($params['name']) && $params['name'] !== null ? (string) $params['name'] : ''; |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | * {@inheritDoc} |
| 30 | 30 | */ |
| 31 | 31 | public function generate($params) |
| 32 | - { |
|
| 32 | + { |
|
| 33 | 33 | // Safely build a slug from the display name; guard against null |
| 34 | 34 | $name = isset($params['name']) && $params['name'] !== null ? (string) $params['name'] : ''; |
| 35 | 35 | $name = trim($name); |