Skip to content

Commit

Permalink
PHP 8.2: fix deprecation warning (#306)
Browse files Browse the repository at this point in the history
Fixes #305
  • Loading branch information
distantnative authored Nov 2, 2022
1 parent abd15ce commit dc386e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/claviska/SimpleImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SimpleImage {
ERR_WRITE = 11,
ERR_INVALID_FLAG = 12;


protected $flags;
protected $image;
protected $mimeType;
protected $exif;
Expand Down

0 comments on commit dc386e9

Please sign in to comment.