Posts marked with “phpstan”

The PHP Podcast: 2025.02.13

by · February 13, 2025

0
 

  This week on the PHP Podcast, Eric and John discuss PHPStan 2.0, Facebook blocking Linux, JetBrains The State of PHP 2024, what’s new in PhpStorm 2024.3, and more. Links from the show: Facebook Accidentally Blocks Users From Posting About Linux | PCMag PHPStan 2.0 Released | php[architect] The State of PHP 2024 – Expert […]

 

PHPStan 2.0 Released

by ·

0
 

PHPStan 2.0 was released last quarter, and it brings a plethora of great changes. If you are not already using PHPStan and you’d like to but could use some outside help, please contact us, and we can discuss a short-term engagement to help implement it. Some of the bigger changes include a new Level.  Level […]

 

Fixing Bugs With PHPStan

by · August 16, 2023

0
 

I don’t need to tell you, but as developers, bugs are a constant challenge. We can do everything in our power to test the code that we’re writing as we’re writing it. But that’s just not good enough. That’s because our changes affect other people’s code in ways we can’t expect, and their changes affect […]

 

Your AST Toolkit

by · November 11, 2022

0
 

Today we look at the three most powerful tools in the AST Toolkit. What is the tool for, how do we use it properly, and where should we use something else or our bare hands? by Tomas Votruba