Skip to content

Commit 7a98cdf

Browse files
Minor CS fixes
1 parent 83264b6 commit 7a98cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Messenger/RunProcessMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ public function __construct(
2727

2828
public function __toString(): string
2929
{
30-
return \implode(' ', $this->command);
30+
return implode(' ', $this->command);
3131
}
3232
}

0 commit comments

Comments
 (0)