From f77a5944d0a31e8717c1f99d29b07a74ba6daf66 Mon Sep 17 00:00:00 2001 From: ruan Date: Sat, 9 Jan 2016 21:27:28 +0200 Subject: [PATCH] Clean up settings.php --- inc/settings.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/inc/settings.php b/inc/settings.php index 49d7fd2..2a122a2 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -3,9 +3,6 @@ final class Settings { public static $TRUE = "1", $FALSE = "0"; - /** - * @param bool|true $connect - */ public function __construct($connect = true) { // Server name, shown on the main page and on the header $this->name = 'LiteBans';