Releases: shopwareLabs/phpstan-shopware
Releases · shopwareLabs/phpstan-shopware
0.1.8
What's Changed
- feat: add DALDefinitionRule and DALEntityCollector for enhanced data … by @shyim in #13
New Contributors
Full Changelog: 0.1.7...0.1.8
0.1.7
What's Changed
- Fix NoSymfonySessionInConstructor rule name by @mjosef89 in #11
New Contributors
Full Changelog: 0.1.6...0.1.7
0.1.6
- NoSuperglobals Rule
- NoEntityRepository in Loop Rule
- NoSessionInPaymentHandlerOrStoreAPI
0.1.4
- feat: add NoDALFilterByID rule with tests
- feat: add ClassExtendUsesAbstractClassWhenExisting rule with tests
Full Changelog: 0.1.3...0.1.4
0.1.2
- feat: add InternalClassExtendsRule
0.1.1
- Add MethodBecomesAbstract rule
0.1.0
feat: add identifiers for PhpStan 2