mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MNT Fix linting issue
This commit is contained in:
parent
603723e8f3
commit
557421a245
@ -170,8 +170,7 @@ class HtmlDiff
|
||||
string $oldOrNew,
|
||||
bool $lookForTag,
|
||||
string $value
|
||||
): void
|
||||
{
|
||||
): void {
|
||||
$alreadyMidBlock = $openTagsInBlock[$oldOrNew] > 0;
|
||||
$canAddTagsToBlock = $lookForTag || $alreadyMidBlock;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user