Source
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $baseline : non-empty-string
-
$deprecationTriggers
: array{functions: list
, methods: list } - $excludeDirectories : FilterDirectoryCollection
- $excludeFiles : FileCollection
- $identifyIssueTrigger : bool
- $ignoreBaseline : bool
- $ignoreDirectDeprecations : bool
- $ignoreIndirectDeprecations : bool
- $ignoreSelfDeprecations : bool
- $ignoreSuppressionOfDeprecations : bool
- $ignoreSuppressionOfErrors : bool
- $ignoreSuppressionOfNotices : bool
- $ignoreSuppressionOfPhpDeprecations : bool
- $ignoreSuppressionOfPhpNotices : bool
- $ignoreSuppressionOfPhpWarnings : bool
- $ignoreSuppressionOfWarnings : bool
- $includeDirectories : FilterDirectoryCollection
- $includeFiles : FileCollection
- $restrictDeprecations : bool
- $restrictNotices : bool
- $restrictWarnings : bool
Methods
- __construct() : mixed
- baseline() : non-empty-string
-
deprecationTriggers()
: array{functions: list
, methods: list } - excludeDirectories() : FilterDirectoryCollection
- excludeFiles() : FileCollection
- hasBaseline() : bool
- identifyIssueTrigger() : bool
- ignoreDirectDeprecations() : bool
- ignoreIndirectDeprecations() : bool
- ignoreSelfDeprecations() : bool
- ignoreSuppressionOfDeprecations() : bool
- ignoreSuppressionOfErrors() : bool
- ignoreSuppressionOfNotices() : bool
- ignoreSuppressionOfPhpDeprecations() : bool
- ignoreSuppressionOfPhpNotices() : bool
- ignoreSuppressionOfPhpWarnings() : bool
- ignoreSuppressionOfWarnings() : bool
- includeDirectories() : FilterDirectoryCollection
- includeFiles() : FileCollection
- notEmpty() : bool
- restrictDeprecations() : bool
- restrictNotices() : bool
- restrictWarnings() : bool
- useBaseline() : bool
Properties
$baseline
private
non-empty-string
$baseline
$deprecationTriggers
private
array{functions: list, methods: list}
$deprecationTriggers
$excludeDirectories
private
FilterDirectoryCollection
$excludeDirectories
$excludeFiles
private
FileCollection
$excludeFiles
$identifyIssueTrigger
private
bool
$identifyIssueTrigger
$ignoreBaseline
private
bool
$ignoreBaseline
$ignoreDirectDeprecations
private
bool
$ignoreDirectDeprecations
$ignoreIndirectDeprecations
private
bool
$ignoreIndirectDeprecations
$ignoreSelfDeprecations
private
bool
$ignoreSelfDeprecations
$ignoreSuppressionOfDeprecations
private
bool
$ignoreSuppressionOfDeprecations
$ignoreSuppressionOfErrors
private
bool
$ignoreSuppressionOfErrors
$ignoreSuppressionOfNotices
private
bool
$ignoreSuppressionOfNotices
$ignoreSuppressionOfPhpDeprecations
private
bool
$ignoreSuppressionOfPhpDeprecations
$ignoreSuppressionOfPhpNotices
private
bool
$ignoreSuppressionOfPhpNotices
$ignoreSuppressionOfPhpWarnings
private
bool
$ignoreSuppressionOfPhpWarnings
$ignoreSuppressionOfWarnings
private
bool
$ignoreSuppressionOfWarnings
$includeDirectories
private
FilterDirectoryCollection
$includeDirectories
$includeFiles
private
FileCollection
$includeFiles
$restrictDeprecations
private
bool
$restrictDeprecations
$restrictNotices
private
bool
$restrictNotices
$restrictWarnings
private
bool
$restrictWarnings
Methods
__construct()
public
__construct(non-empty-string|null $baseline, bool $ignoreBaseline, FilterDirectoryCollection $includeDirectories, FileCollection $includeFiles, FilterDirectoryCollection $excludeDirectories, FileCollection $excludeFiles, bool $restrictDeprecations, bool $restrictNotices, bool $restrictWarnings, bool $ignoreSuppressionOfDeprecations, bool $ignoreSuppressionOfPhpDeprecations, bool $ignoreSuppressionOfErrors, bool $ignoreSuppressionOfNotices, bool $ignoreSuppressionOfPhpNotices, bool $ignoreSuppressionOfWarnings, bool $ignoreSuppressionOfPhpWarnings, array{functions: list, methods: list} $deprecationTriggers, bool $ignoreSelfDeprecations, bool $ignoreDirectDeprecations, bool $ignoreIndirectDeprecations, bool $identifyIssueTrigger) : mixed
Parameters
- $baseline : non-empty-string|null
- $ignoreBaseline : bool
- $includeDirectories : FilterDirectoryCollection
- $includeFiles : FileCollection
- $excludeDirectories : FilterDirectoryCollection
- $excludeFiles : FileCollection
- $restrictDeprecations : bool
- $restrictNotices : bool
- $restrictWarnings : bool
- $ignoreSuppressionOfDeprecations : bool
- $ignoreSuppressionOfPhpDeprecations : bool
- $ignoreSuppressionOfErrors : bool
- $ignoreSuppressionOfNotices : bool
- $ignoreSuppressionOfPhpNotices : bool
- $ignoreSuppressionOfWarnings : bool
- $ignoreSuppressionOfPhpWarnings : bool
-
$deprecationTriggers
: array{functions: list
, methods: list } - $ignoreSelfDeprecations : bool
- $ignoreDirectDeprecations : bool
- $ignoreIndirectDeprecations : bool
- $identifyIssueTrigger : bool
baseline()
public
baseline() : non-empty-string
Tags
Return values
non-empty-stringdeprecationTriggers()
public
deprecationTriggers() : array{functions: list, methods: list}
Return values
array{functions: listexcludeDirectories()
public
excludeDirectories() : FilterDirectoryCollection
Return values
FilterDirectoryCollectionexcludeFiles()
public
excludeFiles() : FileCollection
Return values
FileCollectionhasBaseline()
public
hasBaseline() : bool
Tags
Return values
boolidentifyIssueTrigger()
public
identifyIssueTrigger() : bool
Return values
boolignoreDirectDeprecations()
public
ignoreDirectDeprecations() : bool
Return values
boolignoreIndirectDeprecations()
public
ignoreIndirectDeprecations() : bool
Return values
boolignoreSelfDeprecations()
public
ignoreSelfDeprecations() : bool
Return values
boolignoreSuppressionOfDeprecations()
public
ignoreSuppressionOfDeprecations() : bool
Return values
boolignoreSuppressionOfErrors()
public
ignoreSuppressionOfErrors() : bool
Return values
boolignoreSuppressionOfNotices()
public
ignoreSuppressionOfNotices() : bool
Return values
boolignoreSuppressionOfPhpDeprecations()
public
ignoreSuppressionOfPhpDeprecations() : bool
Return values
boolignoreSuppressionOfPhpNotices()
public
ignoreSuppressionOfPhpNotices() : bool
Return values
boolignoreSuppressionOfPhpWarnings()
public
ignoreSuppressionOfPhpWarnings() : bool
Return values
boolignoreSuppressionOfWarnings()
public
ignoreSuppressionOfWarnings() : bool
Return values
boolincludeDirectories()
public
includeDirectories() : FilterDirectoryCollection
Return values
FilterDirectoryCollectionincludeFiles()
public
includeFiles() : FileCollection
Return values
FileCollectionnotEmpty()
public
notEmpty() : bool
Return values
boolrestrictDeprecations()
public
restrictDeprecations() : bool
Return values
boolrestrictNotices()
public
restrictNotices() : bool
Return values
boolrestrictWarnings()
public
restrictWarnings() : bool
Return values
booluseBaseline()
public
useBaseline() : bool