It seems like getContainer() 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
17
$this->/** @scrutinizer ignore-call */
18
getContainer()->alias($class, $interface);
Loading history...
18
}
19
1
}
20
21
/**
22
* @param $return
23
* @return array
24
*/
25
protected function appendRepositoriesToProvide($return)