Skip to content

Commit 259f236

Browse files
committed
ValueObject: Format desc
1 parent 88964b1 commit 259f236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/Repository/Values/ValueObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ abstract class ValueObject
2222
/**
2323
* Construct object optionally with a set of properties.
2424
*
25-
* Readonly properties values must be set using $properties as they are not writable anymore
25+
* Readonly properties values must be set using `$properties` as they aren't writable anymore
2626
* after object has been created.
2727
*
2828
* @param array<string, mixed> $properties

0 commit comments

Comments
 (0)