Skip to content

Commit

Permalink
Changed access modifier from private to protected (#203)
Browse files Browse the repository at this point in the history
In order to allow class inheritance
  • Loading branch information
SpazzMarticus authored and claviska committed Sep 12, 2017
1 parent b78d2f6 commit 31ba5b8
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 @@ -30,7 +30,7 @@ class SimpleImage {
ERR_WEBP_NOT_ENABLED = 10,
ERR_WRITE = 11;

private $image, $mimeType, $exif;
protected $image, $mimeType, $exif;

//////////////////////////////////////////////////////////////////////////////////////////////////
// Magic methods
Expand Down

0 comments on commit 31ba5b8

Please sign in to comment.