Skip to content

Commit

Permalink
[FtpWrapper] update CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolab committed Dec 13, 2014
1 parent de3c3f6 commit ad954c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FtpClient/FtpWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ public function __call($function, array $arguments)
$function = 'ftp_' . $function;

if (function_exists($function)) {

array_unshift($arguments, $this->conn);

return call_user_func_array($function, $arguments);
}

Expand Down

0 comments on commit ad954c9

Please sign in to comment.