From 4b1f78a5e9e8b69e4dfd35f6d590ed26dac805e4 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 18 Jan 2022 01:28:25 +0100 Subject: [PATCH] Update Identifiable.php --- tests/Fixtures/Identifiable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Fixtures/Identifiable.php b/tests/Fixtures/Identifiable.php index e2d498f..2c8100c 100644 --- a/tests/Fixtures/Identifiable.php +++ b/tests/Fixtures/Identifiable.php @@ -44,7 +44,7 @@ class Identifiable implements InstanceIdentifier * * @return int|string */ - public function getInstanceGlobalDiscount() + public function getInstanceGlobalDiscount(): float { return $this->discountRate; }