We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdf334 commit 2c45601Copy full SHA for 2c45601
src/Task/Process/ProcessExecutorTask.php
@@ -27,7 +27,7 @@
27
*/
28
class ProcessExecutorTask extends AbstractConfigurableTask
29
{
30
- protected ?array $process = null;
+ protected ?string $process = null;
31
32
public function __construct(
33
protected ProcessManager $processManager,
0 commit comments