| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/phpgt/dom/src/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor/phpgt/dom/src/Node.php |
<?php
// phpcs:ignoreFile
namespace Gt\Dom;
if (version_compare(PHP_VERSION, '8.4', '>=')) {
class Node extends Node84 {
}
}
else {
class Node extends Node83 {
}
}