Skip to content

Commit 843326c

Browse files
committed
Fix CS
1 parent d3d7fc5 commit 843326c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Task.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class Task
1818
private $id;
1919
private $state;
2020

21-
/** @var mixed $data */
21+
/** @var mixed */
2222
private $data;
2323

2424
/**

0 commit comments

Comments
 (0)