Skip to content

Commit 90254e4

Browse files
committed
ValueObject: Format desc
1 parent 8f9c4e9 commit 90254e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contracts/Repository/Values/ValueObject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
/**
1313
* The base class for all value objects and structs.
1414
*
15-
* Supports readonly properties by marking them as protected.
15+
* Supports read-only properties by marking them as protected.
1616
* In this case they will only be writable using constructor, and need to be documented
17-
* using property-read <type> <$var> annotation in class doc in addition to inline property doc.
17+
* using `@property-read <type> <$var>` annotation in class doc in addition to inline property doc.
1818
* Writable properties must be public and must be documented inline.
1919
*/
2020
abstract class ValueObject

0 commit comments

Comments
 (0)