colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
390 stars 142 forks source link

Change PHP keywords to comply with PSR2 #139

Closed friendlydan closed 1 year ago

friendlydan commented 5 years ago

Hi, I've changed some PHP keywords to comply with this standard in PSR2. It's admittedly a small fix but I hope it helps!

colinmollenhour commented 1 year ago

Thanks for the PR, I finally installed PHP-CS-Fixer and used that to update to PSR12