1
0
Fork 0

Fix phpstan

pull/10308/head
Jordi Boggiano 2021-11-25 12:37:51 +01:00
parent 032db5bc01
commit 2c1ff41f8f
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}