We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da14bd commit b255ef9Copy full SHA for b255ef9
1 file changed
src/Entity/Job.php
@@ -65,7 +65,7 @@ class Job
65
/**
66
* @var resource|null
67
*/
68
- private $streamExceptions = null;
+ private mixed $streamExceptions = null;
69
70
public static function createFromScheduledDataflow(ScheduledDataflow $scheduled): self
71
{
0 commit comments