@@ -457,7 +457,7 @@ |
||
457 | 457 | /** |
458 | 458 | * clamp the logo space values between 0 and maximum length (177 modules at version 40) |
459 | 459 | */ |
460 | - protected function clampLogoSpaceValue(?int $value):?int{ |
|
460 | + protected function clampLogoSpaceValue(?int $value): ?int{ |
|
461 | 461 | |
462 | 462 | if($value === null){ |
463 | 463 | return null; |