The method applyProcessors() does not seem to exist on object<Oqq\Minc\Log\Handler\AbstractHandler>.
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
Loading history...
84
}
85
86
12
if (false === $this->write($record)) {
87
return true;
88
}
89
90
12
return $this->pass;
91
}
92
93
/**
94
* @param Record $record
95
*
96
* @return null|false
97
*/
98
abstract protected function write(Record $record);
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.