Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

improve DiscoveryMethod classes #60

Description

@ctrl-f5

Currently these 3 classes make little sense, the abstract class defines property $wellKnownUri and its getter is calls getWellKnown(), and the subclasses override the property but add a new getter GetWellKnownUri()

Since the 2 implementations have the well-known hardcoded anyway, theres no need for variables. The abstract class can also be made concrete when we allow the $wellKnown to be injected. This way we can use this class directly in our local and test environments by configuring it in the DI container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions