summaryrefslogtreecommitdiff
path: root/src/Nodes/NodeTrait.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-11-22 22:19:06 +0000
committerAndres Rey <[email protected]>2018-11-22 22:19:06 +0000
commit2d542fee0bcb4c315461b69d47f3f4cac4ec7b25 (patch)
tree2fb994161f39bc62888f2f3928252870dd7a6a0e /src/Nodes/NodeTrait.php
parent4c904d1a79b3eb67f91ff272c89fcace8308311a (diff)
Fix wrong docblock
Diffstat (limited to 'src/Nodes/NodeTrait.php')
-rw-r--r--src/Nodes/NodeTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Nodes/NodeTrait.php b/src/Nodes/NodeTrait.php
index e71c1c3..51035ec 100644
--- a/src/Nodes/NodeTrait.php
+++ b/src/Nodes/NodeTrait.php
@@ -428,7 +428,7 @@ trait NodeTrait
return false;
}
- /** @var $child DOMNode */
+ /** @var DOMNode $child */
return !($child->nodeType === XML_TEXT_NODE && !preg_match('/\S$/', $child->getTextContent()));
});
}