All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2024-11-25
- GH#14 PHPStan 2.0 support
1.0.1 - 2024-10-01
- GH#13 Add support for nikic parser 5
1.0.0 - 2019-11-05
- GH#11 Add compatibility with PHPStan 1.0
- GH#12 Fix compatibility with PHPStan 1.0
0.2.1 - 2019-09-24
- GH#6 Loosening the phpstan requirement
0.2.0 - 2019-09-12
- GH#3 MbStringRule for string function that have a
mb_*
equivalent
- GH#4 DebugRule is faster
0.1.0 - 2019-09-12
- DebugRule for
var_dump
,exit
anddie
function calls - DebugRule (in Symfony context) for
dump
anddd
function calls