<?php namespace Pods\REST\Interfaces; /** * Validator interface. * * @credit The Events Calendar team - https://github.com/the-events-calendar/tribe-common * * @since 3.0 */ interface Validator_Interface { }