Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
This repository was archived by the owner on May 8, 2026. It is now read-only.

Namespaces in PHP-Style #30

@lmis-rom

Description

@lmis-rom

in php us typically write namespaces in one line without curly bracket.
curly brackets are only used if you have multiple namespaces in one file.

namespace App\Api\Builder {
...

should be

namespace App\Api\Builder;

...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    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