Vote Details for "Sync" by justinpatrin

» Details
» Comment
Don't use @ to silence errors. Developers can turn off error printing to get rid of the error output.

Don't use call-time-pass-by-reference. It's deprecated and causes notices:
$req->attach(& $this->_downloader);