We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ed6c3 commit 9323ed2Copy full SHA for 9323ed2
src/Form.php
@@ -419,7 +419,7 @@ public function addControls(array $controls)
419
/**
420
* Add header into the form, which appears as a separator.
421
*
422
- * @param string $title
+ * @param string|array $title
423
424
* @return Form\Layout
425
*/
src/Form/Layout.php
@@ -76,7 +76,7 @@ public function addButton($seed)
76
77
* Adds Header in form layout.
78
79
- * @param string $label
+ * @param string|array $label
80
81
* @return $this
82
0 commit comments