summaryrefslogtreecommitdiff
path: root/tests/Utils/TestMiddleware.php
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
commit11beca762b31722e0e6690446f6dabf83bf9dafa (patch)
tree7271aa4948002c6f57feb6230975d2304d95ddf5 /tests/Utils/TestMiddleware.php
parentac836311005458a10dded324420be92f44976332 (diff)
code formatting
Diffstat (limited to 'tests/Utils/TestMiddleware.php')
-rw-r--r--tests/Utils/TestMiddleware.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Utils/TestMiddleware.php b/tests/Utils/TestMiddleware.php
index 0adb947..eb3ea04 100644
--- a/tests/Utils/TestMiddleware.php
+++ b/tests/Utils/TestMiddleware.php
@@ -16,7 +16,6 @@ class TestMiddleware implements Middleware
private int $call;
private int $calls = 0;
-
public static function resetCalls(): void
{
self::$staticCalls = 0;