Skip to content

Refactor 'Collections' Namespace to 'Support' #10

@tlmcclatchey

Description

@tlmcclatchey

As part of an ongoing effort to make our codebase more understandable and accurate, we should refactor the CommonPHP\DependencyInjection\Collections namespace to CommonPHP\DependencyInjection\Support. This new naming more accurately represents the purpose of the classes within this namespace.

In the process, we should also move the InstantiationStack class to this newly named namespace.

Acceptance Criteria:
All references to classes in the CommonPHP\DependencyInjection\Collections namespace in the codebase should be updated to CommonPHP\DependencyInjection\Support
InstantiationStack should be moved to CommonPHP\DependencyInjection\Support\InstantiationStack, with all references updated accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions