Skip to content

Commit cec42a3

Browse files
committed
Fix log exception argument typing
1 parent d440ad0 commit cec42a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataflowType/Dataflow/Dataflow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private function processItem(mixed $item): void
115115
}
116116
}
117117

118-
private function logException(\Throwable $e, ?string $index = null): void
118+
private function logException(\Throwable $e, string|int|null $index = null): void
119119
{
120120
if (!isset($this->logger)) {
121121
return;

0 commit comments

Comments
 (0)