Skip to content

Commit f62a6bb

Browse files
committed
Aligned strict types of Section property-reads with the changes
1 parent 9e853b3 commit f62a6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contracts/Repository/Values/Content/Section.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
/**
1414
* This class represents a section.
1515
*
16-
* @property-read mixed $id the id of the section
16+
* @property-read int $id the id of the section
1717
* @property-read string $identifier the identifier of the section
18-
* @property-read string $name human readable name of the section
18+
* @property-read string $name human-readable name of the section
1919
*/
2020
class Section extends ValueObject
2121
{

0 commit comments

Comments
 (0)