Skip to content

Commit

Permalink
Merge pull request #90 from JeroenMoonen/patch-1
Browse files Browse the repository at this point in the history
Fix strict type issue
  • Loading branch information
eymengunay authored Nov 28, 2021
2 parents 3dfa589 + b02152b commit 46b03b4
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 46b03b4

Please sign in to comment.