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 83264b6 commit 7a98cdfCopy full SHA for 7a98cdf
Messenger/RunProcessMessage.php
@@ -27,6 +27,6 @@ public function __construct(
27
28
public function __toString(): string
29
{
30
- return \implode(' ', $this->command);
+ return implode(' ', $this->command);
31
}
32
0 commit comments