Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Dec 7, 2023
2 parents 84f600d + 3d2b3ed commit 41ba6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 41ba6f3

Please sign in to comment.