Skip to content

Commit effbcf7

Browse files
committed
ValueObject: Format desc
1 parent f2cefa6 commit effbcf7

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
@@ -23,7 +23,7 @@ abstract class ValueObject
2323
/**
2424
* Construct object optionally with a set of properties.
2525
*
26-
* Readonly properties values must be set using $properties as they are not writable anymore
26+
* Readonly properties values must be set using `$properties` as they aren't writable anymore
2727
* after object has been created.
2828
*
2929
* @param array<string, mixed> $properties

0 commit comments

Comments
 (0)