[TASK] Did some small changes in the code. Also updated some comments.

This commit is contained in:
Jan Philipp Timme
2011-06-29 19:16:08 +00:00
parent 77be9470a0
commit 9e83b0602a
4 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
/**
* This class is a decorator for the class SocketHandler.
* This class is a decorator for the SocketHandler class.
* It provides a buffer for the SocketHandler, so reading and writing
* a full line won't be that much pain.
* @author jpt