1: <?php 2: namespace Pharborist\Objects; 3: 4: use Pharborist\ParentNodeInterface; 5: 6: interface InterfaceStatementNode extends ParentNodeInterface { 7: 8: } 9: