Vote Details for "Sync" by justinpatrin

» Details
  • Voter: Julia Rose 
  • Vote: +1 (conditional)
  • Reviews: Cursory source review
» 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);