Skip to content

Fix extensibility issue #787

Fix extensibility issue

Fix extensibility issue #787

Triggered via push December 15, 2023 04:14
Status Success
Total duration 5m 33s
Artifacts

mutation.yml

on: push
Matrix: mutation
Fit to window
Zoom out
Zoom in

Annotations

1 warning
PHP 8-ubuntu-latest: src/BaseActiveRecordTrait.php#L298
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ { return $this->canGetProperty($name, $checkVars) || $this->canSetProperty($name, false); } - public function canGetProperty(string $name, bool $checkVars = true) : bool + public function canGetProperty(string $name, bool $checkVars = false) : bool { if (method_exists($this, 'get' . ucfirst($name)) || $checkVars && property_exists($this, $name)) { return true;