pluginkollektiv / cachify

Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
https://wordpress.org/plugins/cachify/
GNU General Public License v2.0
101 stars 32 forks source link

Remove unnecessary @ operators #256

Closed florianbrinkmann closed 2 years ago

florianbrinkmann commented 2 years ago

This is a follow-up to #99. @angelocali and I looked at the remaining @ in the code and identified two that can be removed. The other functions prefixed with the operator throw warnings in case of failure regarding to the docs, whatever that means.