We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce1ddf commit 0d33cf5Copy full SHA for 0d33cf5
1 file changed
src/records/Section.php
@@ -22,8 +22,8 @@
22
* @property string $handle Handle
23
* @property string $type Type
24
* @property bool $enableVersioning Enable versioning
25
- * @property bool $maxAuthors The maximum number of authors
26
- * @property bool $propagationMethod Propagation method
+ * @property int|null $maxAuthors The maximum number of authors
+ * @property string $propagationMethod Propagation method
27
* @property string $defaultPlacement Default placement
28
* @property array|null $previewTargets Preview targets
29
* @property Section_SiteSettings[] $siteSettings Site settings
0 commit comments