The method getConfiguration() does not exist on Comodojo\Daemon\Daemon. It seems like you code against a sub-type of Comodojo\Daemon\Daemon such as Comodojo\Extender\ExtenderDaemon.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
17
$daemon->/** @scrutinizer ignore-call */
18
getConfiguration(),
Loading history...
18
$daemon->getLogger(),
19
$daemon->getEvents()
20
);
21
22
$data = $manager->get(['parent_uid' => $puid]);
23
24
$resource = new Collection($data, new WorklogTransformer);