Talks Archive | PHP UK Conference

Ondřej Mirtes

Ondřej Mirtes spoke at our 2024 conference.

Buy TicketsSee 2026 Speakers
Ondřej Mirtes
Ondřej Mirtes
Ondřej is a full-time open-source software developer. He likes pointing out mistakes in other people's code so much that he created PHPStan, a popular static analyzer that focuses on finding bugs in code without running it.
Follow On XAll 2024 speakers

Sessions in 2024

Tuning PHPStan to Maximum Strictness

Queen Charlotte - 14.45

Besides the traditional rule levels 0 through 9 which allow developers to adopt PHPStan incrementally while increasing the strictness gradually, the static analyser offers plenty of other configuration options to look at the code with a critical eye.

In this talk I'll show you these options with examples of practical impact on your code. It will become more predictable and readable.