We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38444b6 commit 5843d52Copy full SHA for 5843d52
src/Scheduler.php
@@ -22,7 +22,7 @@ class Scheduler
22
/**
23
* Returns the created Tasks.
24
*
25
- * @return Task[]
+ * @return list<Task>
26
*/
27
public function getTasks(): array
28
{
src/Task.php
@@ -41,7 +41,7 @@ class Task
41
42
* Supported action types.
43
44
- * @var string[]
+ * @var list<string>
45
46
protected array $types = [
47
'command',
0 commit comments