Skip to content

Commit a5c982e

Browse files
committed
Fold indent to please the TestListenerTrait
1 parent bc933be commit a5c982e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/Php86/bootstrap.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828
*
2929
* @return V|L|H
3030
*/
31-
function clamp(mixed $value, mixed $min, mixed $max): mixed
32-
{
33-
return p\Php86::clamp($value, $min, $max);
34-
}
31+
function clamp(mixed $value, mixed $min, mixed $max): mixed { return p\Php86::clamp($value, $min, $max); }
3532
} else {
3633
/**
3734
* @template V
@@ -44,9 +41,6 @@ function clamp(mixed $value, mixed $min, mixed $max): mixed
4441
*
4542
* @return V|L|H
4643
*/
47-
function clamp($value, $min, $max)
48-
{
49-
return p\Php86::clamp($value, $min, $max);
50-
}
44+
function clamp($value, $min, $max) { return p\Php86::clamp($value, $min, $max); }
5145
}
5246
}

0 commit comments

Comments
 (0)