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 0368634 commit beab9feCopy full SHA for beab9fe
src/PHP/ComposerAutoload.php
@@ -50,7 +50,7 @@ private static function pipe(string ...$commands): string
50
51
private static function indirection(string $command, string $destination): string
52
{
53
- return $command . ' > ' . self::escapeArgument($destination);
+ return $command.' > '.self::escapeArgument($destination);
54
}
55
56
private static function and(string ...$commands): string
0 commit comments