Releases: ekino/phpstan-banned-code
Releases · ekino/phpstan-banned-code
v3.0.0
v2.1.0
v2.0.0
What's Changed
- fix(composer): fix order by @mremi in #54
- fix(rule): Fix phpstan fail for result of array_column by @BitScout in #55
- feat(ban): Add rule to ban shell execution via backticks by @BitScout in #56
- feat(ban): Add ban on print statements by @BitScout in #57
- fix(composer): allow plugin ergebnis/composer-normalize by @mremi in #58
- Normalize leading backslashes in banned function names by @spawnia in #30
- fix(ci): use sprintf native function by @brociani in #64
New Contributors
Full Changelog: v1.0.0...v2.0.0
v1.0.0
v0.5.0
v0.4.0
v0.3.1
v0.3.0
v0.2.0
- Enable strict typing
- Add coveralls and badges
- Autoinstall through https://github.com/phpstan/extension-installer
- Apply the BannedNodesRule only to named functions
- Add functional tests with some code snippets that should be detected when running phpstan