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 88964b1 commit 259f236Copy full SHA for 259f236
src/contracts/Repository/Values/ValueObject.php
@@ -22,7 +22,7 @@ abstract class ValueObject
22
/**
23
* Construct object optionally with a set of properties.
24
*
25
- * Readonly properties values must be set using $properties as they are not writable anymore
+ * Readonly properties values must be set using `$properties` as they aren't writable anymore
26
* after object has been created.
27
28
* @param array<string, mixed> $properties
0 commit comments