It seems like watching() must be provided by classes using this trait. How about adding it as abstract method to this trait?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
31
$this->/** @scrutinizer ignore-call */
32
watching('*', $observer);
Loading history...
32
}
33
34
/**
35
* @param mixed $value
36
* @param string $key
37
*/
38
private function jWatched($value, string $key) : void
It seems like replica() must be provided by classes using this trait. How about adding it as abstract method to this trait?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation