diff options
Diffstat (limited to 'tests/Utils/TestCall.php')
| -rw-r--r-- | tests/Utils/TestCall.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Utils/TestCall.php b/tests/Utils/TestCall.php index 971e6a7..3b9a2f3 100644 --- a/tests/Utils/TestCall.php +++ b/tests/Utils/TestCall.php @@ -12,5 +12,6 @@ readonly class TestCall public function __construct( public array $args, public mixed $return, - ){} + ) { + } } |
