17-10-2019
Arnout Boks
A long-standing objection to making bulk changes to code using automated tools is that it clutters the output of git blame. With git 2.23, this does not have to be the case anymore!
git version control code style PHP_CodeSniffer legacy code EN
6 min.
Lees verder
Software architect
01-12-2016
Although PHP serves us well as a programming language, we cannot deny that some of its behavior can be very surprising, which can easily lead to hidden bugs. In this post we will look into two potential pitfalls in PHP, and how these can be detected and avoided using our open-sourced collection of sniffs for PHP_CodeSniffer.
PHP open source PHP_CodeSniffer static analysis EN