mixable.blog
How to ignore PHP_CodeSniffer warning: Line exceeds 120 characters | mixable Blog
When using CodeSniffer to check your code, a lot of warnings might appear when the lines are too long:Limiting the length of a line of code improves code readability. It also makes comparing code side-by-side easier and improves compatibility with various editors, IDEs, and diff viewers.Nevertheless, it may be helpful to ignore those warnings in […]
Mathias Lipowski