Skip to content

Commit beab9fe

Browse files
committed
run cs-fixer
1 parent 0368634 commit beab9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHP/ComposerAutoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private static function pipe(string ...$commands): string
5050

5151
private static function indirection(string $command, string $destination): string
5252
{
53-
return $command . ' > ' . self::escapeArgument($destination);
53+
return $command.' > '.self::escapeArgument($destination);
5454
}
5555

5656
private static function and(string ...$commands): string

0 commit comments

Comments
 (0)