mirror of https://github.com/jacekkow/uphpCAS
Remove unused parameter from getServerUrl method
uphpCAS.php @@ -46,7 +46,7 @@ } } public function getServerUrl($serverUrl) { public function getServerUrl() { return $this->serverUrl; } public function setServerUrl($serverUrl) {