Fix phpstan
parent
032db5bc01
commit
2c1ff41f8f
|
@ -50,7 +50,7 @@ class ValidatingArrayLoader implements LoaderInterface
|
||||||
$this->versionParser = $parser ?: new VersionParser();
|
$this->versionParser = $parser ?: new VersionParser();
|
||||||
$this->flags = $flags;
|
$this->flags = $flags;
|
||||||
|
|
||||||
if ($strictName !== true) {
|
if ($strictName !== true) { // @phpstan-ignore-line
|
||||||
trigger_error('$strictName must be set to true in ValidatingArrayLoader\'s constructor as of 2.2, and it will be removed in 3.0', E_USER_DEPRECATED);
|
trigger_error('$strictName must be set to true in ValidatingArrayLoader\'s constructor as of 2.2, and it will be removed in 3.0', E_USER_DEPRECATED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue