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.
property-read
1 parent 9e853b3 commit f62a6bbCopy full SHA for f62a6bb
src/contracts/Repository/Values/Content/Section.php
@@ -13,9 +13,9 @@
13
/**
14
* This class represents a section.
15
*
16
- * @property-read mixed $id the id of the section
+ * @property-read int $id the id of the section
17
* @property-read string $identifier the identifier of the section
18
- * @property-read string $name human readable name of the section
+ * @property-read string $name human-readable name of the section
19
*/
20
class Section extends ValueObject
21
{
0 commit comments