Skip to content

Commit

Permalink
allow defaults to be passed to addHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Nov 17, 2021
1 parent d6ed6c3 commit 9323ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ public function addControls(array $controls)
/**
* Add header into the form, which appears as a separator.
*
* @param string $title
* @param string|array $title
*
* @return Form\Layout
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Form/Layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function addButton($seed)
/**
* Adds Header in form layout.
*
* @param string $label
* @param string|array $label
*
* @return $this
*/
Expand Down

0 comments on commit 9323ed2

Please sign in to comment.