Skip to content

Commit 5843d52

Browse files
authored
chore: run cs-fixer (#160)
1 parent 38444b6 commit 5843d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Scheduler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Scheduler
2222
/**
2323
* Returns the created Tasks.
2424
*
25-
* @return Task[]
25+
* @return list<Task>
2626
*/
2727
public function getTasks(): array
2828
{

src/Task.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Task
4141
/**
4242
* Supported action types.
4343
*
44-
* @var string[]
44+
* @var list<string>
4545
*/
4646
protected array $types = [
4747
'command',

0 commit comments

Comments
 (0)