Passed
Push — main ( ccad9c...423454 )
by smiley
11:28
created
src/QROptionsTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -457,7 +457,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.