Skip to content

Commit

Permalink
Fix strict type issue
Browse files Browse the repository at this point in the history
Fixes the strict type issue on implementing the interface after previous PR merge.
  • Loading branch information
JeroenMoonen authored Nov 28, 2021
1 parent 3dfa589 commit b02152b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Passbook/PassInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function getLogoText();
/**
* {@inheritdoc}
*/
public function setSharingProhibited($sharingProhibited);
public function setSharingProhibited(bool $sharingProhibited);

/**
* {@inheritdoc}
Expand Down

0 comments on commit b02152b

Please sign in to comment.