From b02152b7a7c26032fed4133a0d1ebd9d38a695ae Mon Sep 17 00:00:00 2001 From: Jeroen <4200784+JeroenMoonen@users.noreply.github.com> Date: Sun, 28 Nov 2021 17:16:18 +0100 Subject: [PATCH] Fix strict type issue Fixes the strict type issue on implementing the interface after previous PR merge. --- src/Passbook/PassInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Passbook/PassInterface.php b/src/Passbook/PassInterface.php index 95d7b85..28e7904 100644 --- a/src/Passbook/PassInterface.php +++ b/src/Passbook/PassInterface.php @@ -232,7 +232,7 @@ public function getLogoText(); /** * {@inheritdoc} */ - public function setSharingProhibited($sharingProhibited); + public function setSharingProhibited(bool $sharingProhibited); /** * {@inheritdoc}