Skip to content

implement the interface ArrayableInterface for BaseActiveRecord #776

implement the interface ArrayableInterface for BaseActiveRecord

implement the interface ArrayableInterface for BaseActiveRecord #776

Triggered via pull request December 11, 2023 15:09
@niqingyangniqingyang
synchronize #273
master
Status Success
Total duration 6m 57s
Artifacts

mutation.yml

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

Annotations

1 warning
PHP 8-ubuntu-latest: src/BaseActiveRecordTrait.php#L296
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ * {@see canGetProperty()} * {@see canSetProperty()} */ - public function hasProperty(string $name, bool $checkVars = true) : bool + public function hasProperty(string $name, bool $checkVars = false) : bool { return $this->canGetProperty($name, $checkVars) || $this->canSetProperty($name, false); }