Fix phpstan

main
Jordi Boggiano 3 years ago
parent 032db5bc01
commit 2c1ff41f8f
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -50,7 +50,7 @@ class ValidatingArrayLoader implements LoaderInterface
$this->versionParser = $parser ?: new VersionParser();
$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);
}
}

Loading…
Cancel
Save