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

Fix Implicit true comparison #244

Closed photodude closed 5 years ago

photodude commented 5 years ago

Fixes the Implicit true comparison from #242 . As I understand it, best practice is to always avoid Implicit true comparisons (also mandated by PHPCS when contributing to their Repo)

photodude commented 5 years ago

@wilsonge bump for merge consideration

wilsonge commented 5 years ago

Thanks!

photodude commented 5 years ago

@wilsonge you are welcome.