Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DeprecatedSniff.php

function DeprecatedSniff::getRemovalVersion

Provide the version number in which the sniff will be removed.

Recommended format for PHPCS native sniffs: "v3.3.0". Recommended format for external sniffs: "StandardName v3.3.0".

If the removal version is not yet known, it is recommended to set this to: "a future version".

Return value

string

File

vendor/squizlabs/php_codesniffer/src/Sniffs/DeprecatedSniff.php, line 44

Class

DeprecatedSniff

Namespace

PHP_CodeSniffer\Sniffs

Code

public function getRemovalVersion();
RSS feed
Powered by Drupal