Documentation

Source
in package

FinalYes
Tags
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

psalm-immutable

Table of Contents

Properties

$baseline  : string|null
$excludeDirectories  : FilterDirectoryCollection
$excludeFiles  : FileCollection
$ignoreBaseline  : 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()  : string
excludeDirectories()  : FilterDirectoryCollection
excludeFiles()  : FileCollection
hasBaseline()  : 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 read-only

private string|null $baseline
Tags
psalm-var

non-empty-string

$ignoreBaseline read-only

private bool $ignoreBaseline

$ignoreSuppressionOfDeprecations read-only

private bool $ignoreSuppressionOfDeprecations

$ignoreSuppressionOfErrors read-only

private bool $ignoreSuppressionOfErrors

$ignoreSuppressionOfNotices read-only

private bool $ignoreSuppressionOfNotices

$ignoreSuppressionOfPhpDeprecations read-only

private bool $ignoreSuppressionOfPhpDeprecations

$ignoreSuppressionOfPhpNotices read-only

private bool $ignoreSuppressionOfPhpNotices

$ignoreSuppressionOfPhpWarnings read-only

private bool $ignoreSuppressionOfPhpWarnings

$ignoreSuppressionOfWarnings read-only

private bool $ignoreSuppressionOfWarnings

$restrictDeprecations read-only

private bool $restrictDeprecations

$restrictNotices read-only

private bool $restrictNotices

$restrictWarnings read-only

private bool $restrictWarnings

Methods

__construct()

public __construct(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) : mixed
Parameters
$baseline : 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
Tags
psalm-param

non-empty-string $baseline

baseline()

public baseline() : string
Tags
psalm-return

non-empty-string

throws
NoBaselineException
Return values
string

hasBaseline()

public hasBaseline() : bool
Tags
psalm-assert-if-true

!null $this->baseline

Return values
bool

ignoreSuppressionOfDeprecations()

public ignoreSuppressionOfDeprecations() : bool
Return values
bool

ignoreSuppressionOfErrors()

public ignoreSuppressionOfErrors() : bool
Return values
bool

ignoreSuppressionOfNotices()

public ignoreSuppressionOfNotices() : bool
Return values
bool

ignoreSuppressionOfPhpDeprecations()

public ignoreSuppressionOfPhpDeprecations() : bool
Return values
bool

ignoreSuppressionOfPhpNotices()

public ignoreSuppressionOfPhpNotices() : bool
Return values
bool

ignoreSuppressionOfPhpWarnings()

public ignoreSuppressionOfPhpWarnings() : bool
Return values
bool

ignoreSuppressionOfWarnings()

public ignoreSuppressionOfWarnings() : bool
Return values
bool

notEmpty()

public notEmpty() : bool
Return values
bool

restrictDeprecations()

public restrictDeprecations() : bool
Return values
bool

restrictNotices()

public restrictNotices() : bool
Return values
bool

restrictWarnings()

public restrictWarnings() : bool
Return values
bool

useBaseline()

public useBaseline() : bool
Tags
psalm-assert-if-true

!null $this->baseline

Return values
bool

        
On this page

Search results