joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

The use of the `@` for Error Surpression should be avoided #274

Closed PhilETaylor closed 2 years ago

PhilETaylor commented 2 years ago

Error Surpression

The use of the @ for Error Surpression should be avoided and limited to use when no other approach or workaround is available.

wilsonge commented 2 years ago

Thanks!