phpro / grumphp

A PHP code-quality tool
MIT License
4.11k stars 429 forks source link

Added deprecation to whitelist_patterns with null value #1049

Closed mrbase closed 1 year ago

mrbase commented 1 year 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 1 year ago

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

mrbase commented 1 year ago

Sorry about that, now fixed.