Skip to content

Commit b255ef9

Browse files
committed
* Fix CI
1 parent 3da14bd commit b255ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Job
6565
/**
6666
* @var resource|null
6767
*/
68-
private $streamExceptions = null;
68+
private mixed $streamExceptions = null;
6969

7070
public static function createFromScheduledDataflow(ScheduledDataflow $scheduled): self
7171
{

0 commit comments

Comments
 (0)