summaryrefslogtreecommitdiff
path: root/tests/Utils
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commit7a19b83bf7d7d8a2650356168cdb296b6f82807f (patch)
tree81891e5791d18daa8ec34497131fb65615039858 /tests/Utils
parent8c0efd0d9317ad92bd55cd6afcd41bdbab827bf8 (diff)
code formatting
Diffstat (limited to 'tests/Utils')
-rw-r--r--tests/Utils/TestCall.php3
-rw-r--r--tests/Utils/TestCallable.php1
2 files changed, 2 insertions, 2 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,
- ){}
+ ) {
+ }
}
diff --git a/tests/Utils/TestCallable.php b/tests/Utils/TestCallable.php
index 42a3bb5..526ddf4 100644
--- a/tests/Utils/TestCallable.php
+++ b/tests/Utils/TestCallable.php
@@ -65,5 +65,4 @@ class TestCallable
{
Assert::assertSame($amount, $this->getCallCount());
}
-
}