Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -6,7 +6,7 @@ class SimpleWorkerMockImplementation extends SimpleWorker {
|
||||
const TASK_TYPE = 'mock_simple_worker';
|
||||
const SUPPORT_MULTIPLE_INSTANCES = false;
|
||||
|
||||
function init() {
|
||||
public function init() {
|
||||
// to be mocked
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user