Skip to content

Commit f39e25b

Browse files
committed
ValueObject: Format desc
1 parent d609a8d commit f39e25b

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
@@ -13,9 +13,9 @@
1313
/**
1414
* The base class for all value objects and structs.
1515
*
16-
* Supports readonly properties by marking them as protected.
16+
* Supports read-only properties by marking them as protected.
1717
* In this case they will only be writable using constructor, and need to be documented
18-
* using property-read <type> <$var> annotation in class doc in addition to inline property doc.
18+
* using `@property-read <type> <$var>` annotation in class doc in addition to inline property doc.
1919
* Writable properties must be public and must be documented inline.
2020
*/
2121
abstract class ValueObject

0 commit comments

Comments
 (0)