Skip to content

Parameter name binding #652

Parameter name binding

Parameter name binding #652

Triggered via pull request February 13, 2024 16:03
Status Success
Total duration 1m 10s
Artifacts

mutation.yml

on: pull_request
Matrix: mutation / roave-infection
Fit to window
Zoom out
Zoom in

Annotations

1 warning
mutation / PHP 8.1-ubuntu-latest: src/Helpers/DefinitionValidator.php#L194
Escaped Mutant for Mutator "LogicalOr": --- Original +++ New @@ @@ { $parsedKey = substr($key, 0, -2); if (!$classReflection->hasMethod($parsedKey)) { - if ($classReflection->hasMethod('__call') || $classReflection->hasMethod('__callStatic')) { + if ($classReflection->hasMethod('__call') && $classReflection->hasMethod('__callStatic')) { /** * Magic method may intercept the call, but reflection does not know about it. */