Skip to content

Commit f0a7f54

Browse files
committed
Fix magic property type
1 parent a8a73d8 commit f0a7f54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Html/Column.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
* @property string $name
1313
* @property string $title
1414
* @property string $titleAttr
15-
* @property string $orderable
16-
* @property string $searchable
17-
* @property string $printable
18-
* @property string $exportable
15+
* @property bool $orderable
16+
* @property bool $searchable
17+
* @property bool $printable
18+
* @property bool $exportable
1919
* @property array|string $footer
2020
* @property array $attributes
2121
* @property string $render

0 commit comments

Comments
 (0)