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