mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Fix
This commit is contained in:
parent
aa1f2c730d
commit
add6f3b4e0
@ -478,7 +478,6 @@ class ForeachAnalyzer
|
||||
}
|
||||
|
||||
$iterator_atomic_type = $iterator_atomic_type->getGenericArrayType(
|
||||
true,
|
||||
ExpressionIdentifier::getExtendedVarId(
|
||||
$expr,
|
||||
$statements_analyzer->getFQCLN(),
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user