Skip to content
Snippets Groups Projects
Commit 3e0f9de4 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

fixes #3322

Closes #3322

Merge request studip/studip!2256
parent 3237e76d
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class OptionsWidget extends ListWidget
*/
public function addCheckbox(
string $label,
bool $state,
$state,
string $toggle_url,
?string $toggle_url_off = null,
array $attributes = []
......@@ -64,7 +64,7 @@ class OptionsWidget extends ListWidget
public function addRadioButton(
string $label,
string $url,
bool $checked = false,
$checked = false,
array $attributes = []
): ButtonElement {
// TODO: Remove this some versions after 5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment