Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php /** @property-read string $foo */ #[\AllowDynamicProperties] class A { public function __construct(string $key, string $value) { $this->$key = $value; } } echo (new A('foo', 'bar'))->foo;
Snippet created on February 27 2023 at 14:04 UTC
Settings
Get link