Initial release
1. Why is this change necessary?
It's the initial release.
2. What does this change do, exactly?
It's the initial release.
3. Describe each step to reproduce the issue or behavior.
- Checkout this repository somewhere on your PC
- Checkout e.g. StoreLocator SW 6.4 somewhere on your PC
- Edit psalm.xml and add the following to the plugins node
<pluginClass class="NetInventors\ShopwareDeprecationsForFinalClasses\Plugin" />
- Add the following to your composer.json
"netinventors/shopware-deprecations-for-final-classes": "*"
},
"repositories": [
{
"type": "path",
"url": "/home/tm/dev/gitlab.netinventors.de/psalm-plugins/*"
}
],
- Install your composer dependencies in the plugin
- Run psalm without cache
- There should be no more issues
4. Please link to the relevant issues (if any).
n/a