Skip to content

Commit f3e6dd7

Browse files
committed
Avoid “Deprecate dynamic properties” warning in PHP 8.2
1 parent e736e51 commit f3e6dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ImageAutodoc.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,4 +703,6 @@
703703
*/
704704
abstract class ImageAutodoc extends VipsObject
705705
{
706+
abstract public function __set(string $name, $value);
707+
abstract public function __get(string $name);
706708
}

0 commit comments

Comments
 (0)