phpro / grumphp

A PHP code-quality tool
MIT License
4.15k stars 434 forks source link

Added deprecation to whitelist_patterns with null value #1049

Closed mrbase closed 2 years ago

mrbase commented 2 years ago
Q A
Branch master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Documented? no
Fixed tickets #911

Adds deprecation flag to whitelist_patterns when providing a null value. Also changed the default value to an empty array.

veewee commented 2 years ago

Looks good, Thanks! Shouldnt the version be 1.14? (The version in which the deprecations gets introduced)

mrbase commented 2 years ago

Sorry about that, now fixed.