Use short array syntax
[MAILPOET-2090]
This commit is contained in:
@@ -7,6 +7,6 @@ class KeyCheckWorkerMockImplementation extends KeyCheckWorker {
|
||||
const TASK_TYPE = 'mock_key_check_worker';
|
||||
|
||||
function checkKey() {
|
||||
return array('code' => 12345); // bogus code
|
||||
return ['code' => 12345]; // bogus code
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user