Skip to content

Commit ff47bfb

Browse files
authored
8.x config object (#412)
* Allow using config object for Queue createJob() * Docs * Cleanup
1 parent 94f4612 commit ff47bfb

File tree

12 files changed

+536
-415
lines changed

12 files changed

+536
-415
lines changed

src/Command/BakeQueueTaskCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function generateTaskTestContent(string $name, string $namespace): str
102102
class $testName extends TestCase {
103103
104104
/**
105-
* @var array<string>
105+
* @var list<string>
106106
*/
107107
protected array \$fixtures = [
108108
'plugin.Queue.QueuedJobs',

src/Command/MigrateTasksCommand.php

Lines changed: 0 additions & 241 deletions
This file was deleted.

0 commit comments

Comments
 (0)