Skip to content

Commit

Permalink
Merge pull request #21 from steiha/fix-deprecation-dynamic-property-d…
Browse files Browse the repository at this point in the history
…evice

fix php deprecation - Creation of dynamic property - $device
  • Loading branch information
heiglandreas authored Aug 1, 2024
2 parents ed413e5 + 42bbc5b commit 26f06b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Ghostscript.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ class Ghostscript
*/
const ANTIALIASING_HIGH = 4;

/**
* This property stores the output-device
*
* @var string $device
*/
protected $device;

/**
* Store the resolution
*
Expand Down

0 comments on commit 26f06b4

Please sign in to comment.