1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
This commit is contained in:
Daniil Gentili 2023-07-26 11:06:13 +02:00
parent aa1f2c730d
commit add6f3b4e0
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 1 additions and 2 deletions

View File

@ -478,7 +478,6 @@ class ForeachAnalyzer
}
$iterator_atomic_type = $iterator_atomic_type->getGenericArrayType(
true,
ExpressionIdentifier::getExtendedVarId(
$expr,
$statements_analyzer->getFQCLN(),

View File

@ -924,7 +924,7 @@ final class Psalm
if (!function_exists('opcache_get_status')) {
$progress->write(PHP_EOL
. 'Install the opcache extension to make use of JIT on PHP 8.0+ for a 20%+ performance boost!'
. 'Install the opcache extension to make use of JIT for a 20%+ performance boost!'
. PHP_EOL . PHP_EOL);
}
}