minor consistency cleanup
This commit is contained in:
@@ -15,7 +15,7 @@ class Remote {
|
||||
$this->{$name} = $value;
|
||||
}
|
||||
|
||||
$methods = Array();
|
||||
$methods = array();
|
||||
|
||||
if (!isset($this->auth['method']))
|
||||
error('Unspecified authentication method.');
|
||||
|
||||
Reference in New Issue
Block a user