We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6390a commit dc33c9dCopy full SHA for dc33c9d
README.md
@@ -12,7 +12,7 @@ The library is a core component of [patchlevel/event-sourcing](ttps://github.com
12
where it powers the storage and retrieval of thousands of objects.
13
14
Hydration is handled through normalizers, especially for complex data types.
15
-The system can automatically determine the appropriate normalizer based on the data type and PHPStan/Psalm annotations.
+The system can automatically determine the appropriate normalizer based on the data type and annotations.
16
17
In most cases, no manual configuration is needed.
18
And if customization is required, it can be done easily using attributes.
0 commit comments