Hi,

Some methods (ie. system.connect) don't require any arguments. If this is the case, $this->args is never instantiated to an array.
As a result ksort($this->args); gives a warning.

Thanks.