[E032] Error: cannot declare `readonly` property `Foo\Bar\Baz::$foo` as 'static'
,-[code.php:6:22]
|
5 | final class Baz {
* ^^^
*
6 | public readonly static string $foo;
* ^^^^^^^^ ^^^|^^ ^^^^
* |
* |
* |
* |
* `---------------- try removing this
---'