We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc6127 commit 0ea7981Copy full SHA for 0ea7981
docs/EmptyData.md
@@ -8,7 +8,7 @@ and by default `Data` classes have the ability to create an `"empty"` instance:
8
use Nuxtifyts\PhpDto\Data;
9
use DateTimeImmutable;
10
11
-final reaconly class Todo extends Data
+final readonly class Todo extends Data
12
{
13
public function __construct(
14
public string $title,
0 commit comments