Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 20, 2023
1 parent fec3a7f commit eaf22ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NodeVisitor/EscaperNodeVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ private function needEscaping()
if (\count($this->statusStack)) {
return $this->statusStack[\count($this->statusStack) - 1];
}

return $this->defaultStrategy ? $this->defaultStrategy : false;
}

Expand Down

0 comments on commit eaf22ba

Please sign in to comment.