Skip to content

Commit aae9232

Browse files
authored
fix codestyle - empty line (#4112)
1 parent 484cf8a commit aae9232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/Core/Model/Security/HtmlEscapedString.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
/**
56
*
67
*/
78
class Mage_Core_Model_Security_HtmlEscapedString implements Stringable
89
{
9-
1010
protected $originalValue;
1111
protected $allowedTags;
1212

0 commit comments

Comments
 (0)