Skip to content

Commit

Permalink
Update to 5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdesign committed Nov 15, 2023
1 parent 600b769 commit f88881d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
basedir=".">

<property name="VERSION"
value="5.18" />
value="5.19" />
<property name="build"
value="build" />
<property name="temp"
Expand Down
2 changes: 1 addition & 1 deletion src/classes/phpthumb/phpthumb.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public function __destruct() {
$this->purgeTempFiles();
}

public function __set(string $name, mixed $value): void {
public function __set(string $name, $value): void {
}

// public:
Expand Down

0 comments on commit f88881d

Please sign in to comment.