The expression return $this returns the type Scrawler\Arca\Traits\Model\Setter which includes types incompatible with the type-hinted return Scrawler\Arca\Model.
Loading history...
18
}
19
20
/**
21
* Set all properties of model loaded via database
22
* @param array<mixed> $properties
23
* @return Model
24
*/
25
public function setLoadedProperties(array $properties): Model
The expression return $this returns the type Scrawler\Arca\Traits\Model\Setter which includes types incompatible with the type-hinted return Scrawler\Arca\Model.
The expression return $this returns the type Scrawler\Arca\Traits\Model\Setter which includes types incompatible with the type-hinted return Scrawler\Arca\Model.