rector/tests/NodeVisitor/UpgradeDeprecation/DeprecatedParentClassToTraitNodeVisitor/correct/correct2.php.inc
2017-08-06 19:49:19 +02:00

8 lines
119 B
PHP

<?php declare (strict_types=1);
class ClassWithExternalConstant
{
use \Nette\SmartObject;
use AnotherTrait;
}