Skip to content

Commit

Permalink
Remove redundant initialisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Oct 28, 2024
1 parent 763d4df commit 22c69e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/lib/MRBS/Form/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

class Element
{
private $tag = null;
private $self_closing = false;
private $tag;
private $self_closing;
private $attributes = array();
private $text = null;
private $raw = false;
Expand Down

0 comments on commit 22c69e2

Please sign in to comment.