equalizedigital / accessibility-checker

GNU General Public License v2.0
14 stars 8 forks source link

Fix missing clarifying parenthesis cs check #547

Closed pattonwebz closed 5 months ago

pattonwebz commented 5 months ago

The latest WPCS update caused a new rule to run on our code to enforce clarifying parenthesis. That is a good rule so I fixed the issues flagged instead of disabling it.

I also took the opportunity to space out those changed conditions to improve readability while I was clarifying them with parenthesis.

Closes: #546