1: <?php 2: namespace Pharborist\Operators; 3: 4: /** 5: * An unary negate '-' operation. 6: */ 7: class NegateNode extends UnaryOperationNode { 8: 9: } 10: