1: <?php 2: namespace Pharborist\Objects; 3: 4: /** 5: * A trait declaration. 6: */ 7: class TraitNode extends SingleInheritanceNode { 8: } 9: