Skip to content

Commit 2c45601

Browse files
[Fix]Bad type on process property
1 parent 5fdf334 commit 2c45601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Task/Process/ProcessExecutorTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
class ProcessExecutorTask extends AbstractConfigurableTask
2929
{
30-
protected ?array $process = null;
30+
protected ?string $process = null;
3131

3232
public function __construct(
3333
protected ProcessManager $processManager,

0 commit comments

Comments
 (0)