Skip to content

Commit

Permalink
[*]: add a helper-comment for PhpStorm
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Mar 18, 2017
1 parent 5fd6777 commit a35ae59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/voku/helper/HtmlMin.php
Expand Up @@ -824,6 +824,7 @@ private function sumUpWhitespace(HtmlDomParser $dom)
{
$textnodes = $dom->find('//text()');
foreach ($textnodes as $textnodeWrapper) {
/* @var $textnode \DOMNode */
$textnode = $textnodeWrapper->getNode();
$xp = $textnode->getNodePath();

Expand Down

0 comments on commit a35ae59

Please sign in to comment.