From 60d4618563e8352de6098bb473f6ba22f903a221 Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Thu, 16 Nov 2023 11:41:14 +0100 Subject: [PATCH] Update docs --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 4aec82a6a..c773bdba3 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -224,7 +224,7 @@ final class MyClass { } - public function insertCustomer(array $customer): int + public function calculateSomething(): void { $now = $this->clock->now();