Skip to content

Commit 0d33cf5

Browse files
committed
Fixed types
1 parent fce1ddf commit 0d33cf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/records/Section.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* @property string $handle Handle
2323
* @property string $type Type
2424
* @property bool $enableVersioning Enable versioning
25-
* @property bool $maxAuthors The maximum number of authors
26-
* @property bool $propagationMethod Propagation method
25+
* @property int|null $maxAuthors The maximum number of authors
26+
* @property string $propagationMethod Propagation method
2727
* @property string $defaultPlacement Default placement
2828
* @property array|null $previewTargets Preview targets
2929
* @property Section_SiteSettings[] $siteSettings Site settings

0 commit comments

Comments
 (0)