Tag: phpstan

ai april fool baselining ci circle ci code quality code review conference talk decoupling generics gerrit git interview legacy observability open source performance php language extensions phpstan phpstan rule test helper psalm rector sarb software design static analysis symfony test splitter testing types video workshop xdebug

Talks

AI Writes Code. PHPStan Keeps It Honest.

As AI generates more of our code, custom PHPStan rules keep quality and coding standards in check.

Custom PHPStan Rules: Automate Standards and Save Time

PHPStan increases code quality and reduces bugs. Learn how custom rules amplify these benefits.

Creating Custom PHPStan and Rector Rules (Workshop)

Full-day workshop covering how to write custom rules for both PHPStan and Rector.

Type Safe PHP: Leveraging Static Analysis for Robust Code

Type hints reduce bugs and enable safe refactoring, but PHP's type system has limits. Learn how static analysis bridges the gaps.

Articles

Adding PHPStan to existing projects: Sell the dream, manage the expectations

June 23rd 2023

This is the first part of a 4 part series of articles about adding PHPStan to existing projects. First we'll deal with team members who might object.

Introducing the PHPStan Rule Test Helper

July 5th 2026

The PHPStan Rule Test Helper is an open source library that makes tests for custom PHPStan rules easier to write and maintain, by removing line numbers and duplicated error messages from tests.