UnusedIssueHandlerSuppression
extends CodeIssue
Table of Contents
Constants
-
ERROR_LEVEL
= -1
-
SHORTCODE
= 326
Properties
-
$code_location
: CodeLocation
-
$dupe_key
: string|null
-
$message
: string
Methods
-
__construct()
: mixed
-
getFilePath()
: string
-
getIssueType()
: string
-
getShortLocation()
: string
-
getShortLocationWithPrevious()
: string
-
toIssueData()
: IssueData
ERROR_LEVEL
public
int
ERROR_LEVEL
= -1
SHORTCODE
public
int<0, max>
SHORTCODE
= 326
$code_location
read-only
public
CodeLocation
$code_location
$dupe_key
public
string|null
$dupe_key
= null
$message
read-only
public
string
$message
__construct()
public
__construct(string $message, CodeLocation $code_location) : mixed
Parameters
-
$message
: string
-
-
$code_location
: CodeLocation
-
getFilePath()
public
getFilePath() : string
getIssueType()
public
static getIssueType() : string
getShortLocation()
public
getShortLocation() : string
getShortLocationWithPrevious()
public
getShortLocationWithPrevious() : string
toIssueData()
public
toIssueData(IssueData::SEVERITY_* $severity) : IssueData
Parameters
-
$severity
: IssueData::SEVERITY_*
-