[TASK] Made all constuctors and destructors public.
[TASK] Added some DocComments for the IrcClient.
This commit is contained in:
@@ -26,7 +26,7 @@ class Misc_Buffer {
|
||||
* @param $linebreak
|
||||
* @return void
|
||||
*/
|
||||
function __construct($linebreak = "") {
|
||||
public function __construct($linebreak = "") {
|
||||
$this->buffer = "";
|
||||
$this->linebreak = $linebreak;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user