Skip to content

Commit 19a45ee

Browse files
committed
Update CommandTrait.php
1 parent c01d962 commit 19a45ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dashboards/Memcached/Compatibility/CommandTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function command(string $command): ?array {
4040
return null;
4141
}
4242

43-
fwrite($fp, $command."\n");
43+
fwrite($fp, $command."\r\n");
4444

4545
$part = '';
4646
$data = [];

0 commit comments

Comments
 (0)