*/ interface ProviderInterface { /** * @return array */ public function getRules(); }