From abe9abab997a01c3784a475d4cd16068647ed71d Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Mon, 8 Jul 2013 18:01:32 +0200 Subject: [PATCH] Add constructor documentation --- lib/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/config.php b/lib/config.php index c01cb4e152f..b03302ef09d 100644 --- a/lib/config.php +++ b/lib/config.php @@ -49,6 +49,9 @@ class Config { protected $debugMode; + /** + * @param $configDir path to the config dir, needs to end with '/' + */ public function __construct($configDir) { $this->configDir = $configDir; $this->configFilename = $this->configDir.'config.php'; -- 2.39.5