Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S shopware-deprecations-for-final-classes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • netinventors
  • labs
  • psalm-plugins
  • shopware-deprecations-for-final-classes
  • Merge requests
  • !1

Merged
Created Jun 14, 2022 by Tommy Meier@tmeierDeveloper

Initial release

  • Overview 0
  • Commits 3
  • Changes 7

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.

  1. Checkout this repository somewhere on your PC
  2. Checkout e.g. StoreLocator SW 6.4 somewhere on your PC
  3. Edit psalm.xml and add the following to the plugins node
<pluginClass class="NetInventors\ShopwareDeprecationsForFinalClasses\Plugin" />
  1. 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/*"
        }
    ],
  1. Install your composer dependencies in the plugin
  2. Run psalm without cache
  3. There should be no more issues

4. Please link to the relevant issues (if any).

n/a

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: initial-release