array( * 'lambda' => array( * 'type' => 'error' | 'warning', * 'message' => 'Use anonymous functions instead please!', * 'functions' => array( 'file_get_contents', 'create_function' ), * ) * ) * * @return array */ public function getGroups() { return array( 'extract' => array( 'type' => 'error', 'message' => '%s() usage is highly discouraged, due to the complexity and unintended issues it might cause.', 'functions' => array( 'extract', ), ), ); } }