Minor refactoring

This commit is contained in:
Meritoo
2017-09-27 22:56:38 +02:00
parent 6e54d39972
commit f5de59f50b

View File

@@ -75,7 +75,7 @@ class ConnectionConfiguration
* @param string $password Password used to authenticate to LimeSurvey * @param string $password Password used to authenticate to LimeSurvey
* @param bool $debugMode (optional) If is set to true, the "debug" mode is turned on. Otherwise - * @param bool $debugMode (optional) If is set to true, the "debug" mode is turned on. Otherwise -
* turned off. * turned off.
* @param bool $verifySslCertificate (optional) If is set to true, the SSL certificate verification is turned * @param bool $verifySslCertificate (optional) If is set to true, the SSL certificate verification is turned
* on. Otherwise - turned off. * on. Otherwise - turned off.
*/ */
public function __construct($baseUrl, $username, $password, $debugMode = false, $verifySslCertificate = true) public function __construct($baseUrl, $username, $password, $debugMode = false, $verifySslCertificate = true)