Skip to content

Commit 65ed483

Browse files
added missing new line at end of files
1 parent 42f8ae0 commit 65ed483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Socket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ public static function readBuffer(int $length = 2048): string
137137
} while (mb_strlen($output, '8bit') < $length);
138138
return $output;
139139
}
140-
}
140+
}

protocol/AProtocol.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ public function goodbye(...$args)
6060

6161
}
6262

63-
}
63+
}

0 commit comments

Comments
 (0)