PHPStan is a static code analysis tool. It scans your code, trying to find errors that you wouldn’t usually trigger until runtime; calling a method…
Leave a CommentTag: PHP
Today I found a handy package to create a summary of changes made between composer update commands. Perfect for adding to commit statements or release documentation.
Leave a CommentIt’s time to look at how open source software is funded. In this post, I look at what’s happening in the PHP project.
1 CommentThank you to everyone who attended my WordPress Coding Standards & Best Practices talk at WordCamp Winnipeg 2016. Here are the slides from the presentation: I also wanted…
1 CommentThank you to everyone who attended my Clean Code talk at WordCamp Toronto 2016. It was a pleasure to deliver this talk to you for the…
Leave a CommentSearch and Replace. Find and Replace. Whatever you call it, we’ve all had to do it at some point or another. When it comes to…
5 Comments