Add ExprUsedAsStringNode virtual node emitted for expressions used as a string
#29941
Annotations
1 error and 1 warning
|
Run infection
Process completed with exit code 1.
|
|
Run infection:
src/Analyser/NodeScopeResolver.php#L3294
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator":
@@ @@
: null;
if (
$nativeParameterType === null
- || !$nativeParameterType->isString()->yes()
+ || $nativeParameterType->isString()->no()
|| ExprUsedAsStringVisitor::isAlreadyUsedAsStringSite($param->default)
) {
return;
|
background
wait
wait-all
cancel
parallel
Loading