mirror of https://github.com/jacekkow/uphpCAS

Jacek Kowalski
2015-09-03 deadb1b99a2907729028064fde8b2b0996a9fd4b
Remove unused parameter from getServerUrl method
1 files modified
2 ■■■ changed files
uphpCAS.php 2 ●●● patch | view | raw | blame | history
uphpCAS.php
@@ -46,7 +46,7 @@
        }
    }
    
    public function getServerUrl($serverUrl) {
    public function getServerUrl() {
        return $this->serverUrl;
    }
    public function setServerUrl($serverUrl) {