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 f2cefa6 commit effbcf7Copy full SHA for effbcf7
src/contracts/Repository/Values/ValueObject.php
@@ -23,7 +23,7 @@ abstract class ValueObject
23
/**
24
* Construct object optionally with a set of properties.
25
*
26
- * 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
27
* after object has been created.
28
29
* @param array<string, mixed> $properties
0 commit comments