Skip to content

Commit

Permalink
Fix: Incompatible Image::getExtension return type deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
endsoonconfess committed Jun 20, 2023
1 parent 3de781a commit ec07441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Passbook/Pass/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function getDensity()
/**
* {@inheritdoc}
*/
#[\ReturnTypeWillChange]
public function getExtension()
{
if ($this->forceExtension) {
Expand Down

0 comments on commit ec07441

Please sign in to comment.