Skip to content

Commit

Permalink
Remove unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Jul 29, 2024
1 parent 306ccb8 commit 99a4c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lib/MRBS/Form/ElementInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ abstract class ElementInput extends Element

public function __construct()
{
parent::__construct('input', $self_closing=true);
parent::__construct('input', true);
$this->setAttribute('type', 'text');
}

Expand Down

0 comments on commit 99a4c09

Please sign in to comment.