The original post: /r/php by /u/winzippy on 2024-12-12 07:50:11.
Like so:
class Foo {
final protected string $bar;
}
See example three in the manual: https://www.php.net/manual/en/language.oop5.final.php
You must log in or register to comment.