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 d609a8d commit f39e25bCopy full SHA for f39e25b
src/contracts/Repository/Values/ValueObject.php
@@ -13,9 +13,9 @@
13
/**
14
* The base class for all value objects and structs.
15
*
16
- * Supports readonly properties by marking them as protected.
+ * Supports read-only properties by marking them as protected.
17
* 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.
+ * using `@property-read <type> <$var>` annotation in class doc in addition to inline property doc.
19
* Writable properties must be public and must be documented inline.
20
*/
21
abstract class ValueObject
0 commit comments