Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php /** * @psalm-immutable */ final class Box { private function __construct( private mixed $value, ) { } /** * @psalm-pure */ #[\NoDiscard] public static function of(mixed $value): self { return new self($value); } }
Snippet created on December 10 2025 at 11:26 UTC
Settings
Get link