Skip to content

Commit

Permalink
fix codestyle - empty line (#4112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Jul 24, 2024
1 parent 8f1dccd commit b5103c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

declare(strict_types=1);

/**
*
*/
class Mage_Core_Model_Security_HtmlEscapedString implements Stringable
{

protected $originalValue;
protected $allowedTags;

Expand Down

0 comments on commit b5103c6

Please sign in to comment.