Skip to content

Commit c04332c

Browse files
authored
Merge pull request #90 from voku/analysis-Zn533a
Apply fixes from StyleCI
2 parents c4d9932 + 31b7db9 commit c04332c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/voku/helper/HtmlMin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,6 @@ private function minifyHtmlDom($html, $multiDecodeNewHtmlEntity): string
16511651
}
16521652

16531653
foreach ($dom->findMulti('*') as $element) {
1654-
16551654
// -------------------------------------------------------------------------
16561655
// Remove whitespace around tags. [protected html is still protected]
16571656
// -------------------------------------------------------------------------

src/voku/helper/HtmlMinDomObserverOptimizeAttributes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public function domElementAfterMinification(SimpleHtmlDomInterface $element, Htm
5858
$tagName = $element->getNode()->nodeName;
5959
$attrs = [];
6060
foreach ((array) $attributes as $attrName => $attrValue) {
61-
6261
// -------------------------------------------------------------------------
6362
// Remove local domains from attributes.
6463
// -------------------------------------------------------------------------

0 commit comments

Comments
 (0)