false, ); /** * Don't use. * * @deprecated 1.0.0 * * @param int $stackPtr The position of the current token in the stack. * * @return void|int */ public function process_token( $stackPtr ) { if ( false === $this->thrown['DeprecatedSniff'] ) { $this->phpcsFile->addWarning( 'The "WordPress.VIP.PluginMenuSlug" sniff has been renamed to "WordPress.Security.PluginMenuSlug". Please update your custom ruleset.', 0, 'DeprecatedSniff' ); $this->thrown['DeprecatedSniff'] = true; } return parent::process_token( $stackPtr ); } }