Jake B.
Well-known member
I've always wondered, Why doesn't XenForo follow the PSR-2 coding style? I've also noticed that different parts of code are styled differently. For example, I've seen places that align all of the fat arrows in arrays, and other places that don't, I believe I've even seen some places that use spaces and others that use tabs, and some places have the beginning curly brace on the same line as the if statement, and places that don't do this. I'll perhaps try to find some specific examples of all of these, but was just a bit curious about this